]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Bump version number.
authorBruno Haible <bruno@clisp.org>
Thu, 20 Jul 2006 18:55:37 +0000 (18:55 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:32 +0000 (12:13 +0200)
gettext-runtime/ChangeLog
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/libgnuintl.h.in
gettext-runtime/windows/intl.rc

index 56629ea1df2e41414a71f2d93422048f61f5b742..b90f25628b9c32cc2113ad8368a273e23a64df77 100644 (file)
@@ -1,3 +1,7 @@
+2006-07-20  Bruno Haible  <bruno@clisp.org>
+
+       * windows/intl.rc: Bump version number to 0.15.0.
+
 2006-06-27  Bruno Haible  <bruno@clisp.org>
 
        * configure.ac: Remove AC_ISC_POSIX invocation.
index aa9c06cba85325faec98a0139c892d69dab5eaaf..15941d7420b266da196bc1edb9d880a3e87b8349 100644 (file)
@@ -1,3 +1,7 @@
+2006-07-20  Bruno Haible  <bruno@clisp.org>
+
+       * libgnuintl.h.in (LIBINTL_VERSION): Bump to 0.15.0.
+
 2006-07-20  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.in (LTV_CURRENT, LTV_REVISION, LTV_AGE): Bump to 8:0:0.
index 918e41569c613b24283c4bba923f3b9a056edda5..1a053f3af30f6a9b7cba6842dc478d2e99bfcc9e 100644 (file)
@@ -53,7 +53,7 @@ extern "C" {
 
 
 /* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBINTL_VERSION 0x000E05
+#define LIBINTL_VERSION 0x000F00
 extern int libintl_version;
 
 
index 02a03f61ade17821592332835a0f341529d6ec2b..439e19e98edb1129ea8af4083df525e038beaae1 100644 (file)
@@ -4,8 +4,8 @@
 #include <winver.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,14,4,0
- PRODUCTVERSION 0,14,4,0
+ FILEVERSION 0,15,0,0
+ PRODUCTVERSION 0,15,0,0
  FILEFLAGSMASK 0x3fL /* VS_FFI_FILEFLAGSMASK */
 #ifdef _DEBUG
  FILEFLAGS 0x1L  /* VS_FF_DEBUG */
@@ -23,13 +23,13 @@ BEGIN
             VALUE "Comments", "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA\0"
             VALUE "CompanyName", "Free Software Foundation\0"
             VALUE "FileDescription", "LGPLed libintl for Windows NT/2000/XP and Windows 95/98/ME\0"
-            VALUE "FileVersion", "0.14.4\0"
+            VALUE "FileVersion", "0.15.0\0"
             VALUE "InternalName", "intl.dll\0"
-            VALUE "LegalCopyright", "Copyright (C) 1995-2005\0"
+            VALUE "LegalCopyright", "Copyright (C) 1995-2006\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "intl.dll\0"
             VALUE "ProductName", "libintl: accessing NLS message catalogs\0"
-            VALUE "ProductVersion", "0.14.4\0"
+            VALUE "ProductVersion", "0.15.0\0"
         END
     END
     BLOCK "VarFileInfo"