From: Bruno Haible Date: Sun, 30 Nov 2003 14:45:32 +0000 (+0000) Subject: Prepare for 0.13. X-Git-Tag: v0.13~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=499f6889c0756f3cff2ccffe14f8716be46ac8a4;p=thirdparty%2Fgettext.git Prepare for 0.13. --- diff --git a/ChangeLog b/ChangeLog index 46dd81062..460daa04f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-11-30 Bruno Haible + + * version.sh: Bump version number to 0.13. + 2003-11-27 Bruno Haible * config/ltmain.sh: In the trampoline code, include string.h, ctype.h, diff --git a/version.sh b/version.sh index 837cf9eb7..2badd14df 100644 --- a/version.sh +++ b/version.sh @@ -1,3 +1,3 @@ # Version number and release date. -VERSION_NUMBER=0.13-pre1 -RELEASE_DATE=2003-11-16 # in "date +%Y-%m-%d" format +VERSION_NUMBER=0.13 +RELEASE_DATE=2003-11-30 # in "date +%Y-%m-%d" format