diff options
author | Daiki Ueno <ueno@gnu.org> | 2014-10-15 16:33:01 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2014-10-15 18:37:28 +0900 |
commit | b4b34c72044e8da25fd5fbc4c37c1be2f2916c8e (patch) | |
tree | e231f4ab41e6c0bdd0bdf71c5be5cdb56315616d /gettext-tools/tests | |
parent | 5d1c362c652dcdf5175336604cd91ca4ef0b6f24 (diff) | |
download | external_gettext-b4b34c72044e8da25fd5fbc4c37c1be2f2916c8e.zip external_gettext-b4b34c72044e8da25fd5fbc4c37c1be2f2916c8e.tar.gz external_gettext-b4b34c72044e8da25fd5fbc4c37c1be2f2916c8e.tar.bz2 |
Prepare for 0.19.3
Diffstat (limited to 'gettext-tools/tests')
-rw-r--r-- | gettext-tools/tests/ChangeLog | 5 | ||||
-rwxr-xr-x | gettext-tools/tests/autopoint-2 | 2 | ||||
-rwxr-xr-x | gettext-tools/tests/autopoint-3 | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog index 4186121..9f1364f 100644 --- a/gettext-tools/tests/ChangeLog +++ b/gettext-tools/tests/ChangeLog @@ -1,3 +1,8 @@ +2014-10-15 Daiki Ueno <ueno@gnu.org> + + * autopoint-2 (required_gettext_version): Update to 0.19.3. + * autopoint-3 (required_gettext_version): Likewise. + 2014-10-12 Daiki Ueno <ueno@gnu.org> tests: Avoid sed error on Mac OS X when dealing with binary input diff --git a/gettext-tools/tests/autopoint-2 b/gettext-tools/tests/autopoint-2 index fe6ff9c..0a283a9 100755 --- a/gettext-tools/tests/autopoint-2 +++ b/gettext-tools/tests/autopoint-2 @@ -3,7 +3,7 @@ # Test the autopoint program, without Automake. -required_gettext_version=0.19.2 +required_gettext_version=0.19.3 : ${AUTOCONF=autoconf} ${AUTOCONF} --version >/dev/null 2>/dev/null \ diff --git a/gettext-tools/tests/autopoint-3 b/gettext-tools/tests/autopoint-3 index 8dc1b0c..5f4fe78 100755 --- a/gettext-tools/tests/autopoint-3 +++ b/gettext-tools/tests/autopoint-3 @@ -3,7 +3,7 @@ # Test the autopoint program, with Automake. -required_gettext_version=0.19.2 +required_gettext_version=0.19.3 : ${AUTOCONF=autoconf} ${AUTOCONF} --version >/dev/null 2>/dev/null \ |