diff options
author | Daiki Ueno <ueno@gnu.org> | 2015-07-27 15:08:43 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2015-07-27 15:09:40 +0900 |
commit | 71073669ae7ccc8df48701dfa2e1d08fc33b6ddd (patch) | |
tree | e9fe916eafbbc5a9659ad7cc78a35538cd482edf /Admin | |
parent | 6e86bd9b14df4215146ca2c5e71c744af7c336ec (diff) | |
download | external_gettext-71073669ae7ccc8df48701dfa2e1d08fc33b6ddd.zip external_gettext-71073669ae7ccc8df48701dfa2e1d08fc33b6ddd.tar.gz external_gettext-71073669ae7ccc8df48701dfa2e1d08fc33b6ddd.tar.bz2 |
gettextize: Use a crafted version string
Reported by Max Lin in:
<https://lists.gnu.org/archive/html/bug-gettext/2015-07/msg00024.html>.
* gettextize.in: Replace AM_GNU_GETTEXT_VERSION invocation with
"$gettext_version" rather than "$version". This makes it easier
to maintain a minor release without being affected by the actual
version number generated by git-version-gen.
(gettext_version): New variable.
Diffstat (limited to 'Admin')
-rw-r--r-- | Admin/release-steps | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Admin/release-steps b/Admin/release-steps index ee66ba3..1eab4d3 100644 --- a/Admin/release-steps +++ b/Admin/release-steps @@ -120,6 +120,10 @@ Release procedure Update required_gettext_version. + - gettext-tools/misc/gettextize.in + + Update gettext_version. + and commit the changes. * Update all ChangeLogs: |