]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Bump version number.
authorBruno Haible <bruno@clisp.org>
Mon, 11 Apr 2005 18:47:46 +0000 (18:47 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:29 +0000 (12:12 +0200)
ChangeLog
gettext-runtime/ChangeLog
gettext-runtime/windows/intl.rc
gettext-tools/ChangeLog
gettext-tools/src/ChangeLog
gettext-tools/src/gettext-po.h
gettext-tools/windows/gettextlib.rc
gettext-tools/windows/gettextpo.rc
gettext-tools/windows/gettextsrc.rc
version.sh

index 6c98f0ac13818f7c2782af8ad8b7459c7cceecc1..3a26fed92f7372ef5ebfab813fd2995582cca786 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-11  Bruno Haible  <bruno@clisp.org>
+
+       * version.sh: Bump version number to 0.14.4.
+
 2005-04-06  Bruno Haible  <bruno@clisp.org>
 
        * README: Recommend --program-transform-name instead of
index a4c29d17e3925ed3835a6b4569b993156520ed7e..6fd4458fffd62aa3ec649e8e94f1a025337ece68 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-11  Bruno Haible  <bruno@clisp.org>
+
+       * windows/intl.rc: Bump version number to 0.14.4.
+
 2005-03-22  Bruno Haible  <bruno@clisp.org>
 
        * configure.ac (AC_CONFIG_AUX_DIR): Use ../build-aux.
index 9246ed57525a3ac22370318c3b50796cca521dfb..d104e6d50a76ea14baa580341e28b268a867ce07 100644 (file)
@@ -4,8 +4,8 @@
 #include <winver.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,14,3,0
- PRODUCTVERSION 0,14,3,0
+ FILEVERSION 0,14,4,0
+ PRODUCTVERSION 0,14,4,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 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.3\0"
+            VALUE "FileVersion", "0.14.4\0"
             VALUE "InternalName", "intl.dll\0"
             VALUE "LegalCopyright", "Copyright (C) 1995-2005\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "intl.dll\0"
             VALUE "ProductName", "libintl: accessing NLS message catalogs\0"
-            VALUE "ProductVersion", "0.14.3\0"
+            VALUE "ProductVersion", "0.14.4\0"
         END
     END
     BLOCK "VarFileInfo"
index 3878318c76349a38792b3f383a5249380469ff7e..0873662b2e7abcff41743c16855706e43f9760db 100644 (file)
@@ -1,3 +1,9 @@
+2005-04-11  Bruno Haible  <bruno@clisp.org>
+
+       * windows/gettextlib.rc: Bump version number to 0.14.4.
+       * windows/gettextsrc.rc: Likewise.
+       * windows/gettextpo.rc: Likewise.
+
 2005-03-22  Bruno Haible  <bruno@clisp.org>
 
        * configure.ac (AC_CONFIG_AUX_DIR): Use ../build-aux.
index 0109379aa2ef3c3a03eb285b7a31b8bfbf15bd14..21a9e6b6bfb443f157720c2b2ec537254ba6fc58 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-11  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-po.h (LIBGETTEXTPO_VERSION): Bump version number.
+
 2005-03-14  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.14.3 released.
index e018104d7a62209e7809e83ffbb7ec55bb77b640..c17c6e08bee1da791b94517d04a40adab0568aec 100644 (file)
@@ -29,7 +29,7 @@ extern "C" {
 /* =========================== Meta Information ============================ */
 
 /* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBGETTEXTPO_VERSION 0x000E03
+#define LIBGETTEXTPO_VERSION 0x000E04
 extern int libgettextpo_version;
 
 /* ================================= Types ================================= */
index 35709733d65916f2a239750c8402f58ab0a5de50..76397b4374ef2876f4fb682e21ea03b57315a676 100644 (file)
@@ -4,8 +4,8 @@
 #include <winver.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,14,3,0
- PRODUCTVERSION 0,14,3,0
+ FILEVERSION 0,14,4,0
+ PRODUCTVERSION 0,14,4,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 General Public License. You should have received a copy of the GNU General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA\0"
             VALUE "CompanyName", "Free Software Foundation\0"
             VALUE "FileDescription", "GPLed libgettextlib for Windows NT/2000/XP and Windows 95/98/ME\0"
-            VALUE "FileVersion", "0.14.3\0"
+            VALUE "FileVersion", "0.14.4\0"
             VALUE "InternalName", "gettextlib.dll\0"
             VALUE "LegalCopyright", "Copyright (C) 1995-2005\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "gettextlib.dll\0"
             VALUE "ProductName", "libgettextlib: subroutines for gettext-tools\0"
-            VALUE "ProductVersion", "0.14.3\0"
+            VALUE "ProductVersion", "0.14.4\0"
         END
     END
     BLOCK "VarFileInfo"
index 2a02f7ab14ced2dd64ef7da6062967eefc98e90a..05db1def5edc50b01c1e30dee86a201f2b2835ad 100644 (file)
@@ -4,8 +4,8 @@
 #include <winver.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,14,3,0
- PRODUCTVERSION 0,14,3,0
+ FILEVERSION 0,14,4,0
+ PRODUCTVERSION 0,14,4,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 General Public License. You should have received a copy of the GNU General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA\0"
             VALUE "CompanyName", "Free Software Foundation\0"
             VALUE "FileDescription", "GPLed libgettextpo for Windows NT/2000/XP and Windows 95/98/ME\0"
-            VALUE "FileVersion", "0.14.3\0"
+            VALUE "FileVersion", "0.14.4\0"
             VALUE "InternalName", "gettextpo.dll\0"
             VALUE "LegalCopyright", "Copyright (C) 1995-2005\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "gettextpo.dll\0"
             VALUE "ProductName", "libgettextpo: public API for PO files\0"
-            VALUE "ProductVersion", "0.14.3\0"
+            VALUE "ProductVersion", "0.14.4\0"
         END
     END
     BLOCK "VarFileInfo"
index 1b0b46292ba1e2bb9b1dae34220854879f80c6bd..970ed1c2c8dbed955a083678d33a5107aaffc6b3 100644 (file)
@@ -4,8 +4,8 @@
 #include <winver.h>
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,14,3,0
- PRODUCTVERSION 0,14,3,0
+ FILEVERSION 0,14,4,0
+ PRODUCTVERSION 0,14,4,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 General Public License. You should have received a copy of the GNU General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA\0"
             VALUE "CompanyName", "Free Software Foundation\0"
             VALUE "FileDescription", "GPLed libgettextsrc for Windows NT/2000/XP and Windows 95/98/ME\0"
-            VALUE "FileVersion", "0.14.3\0"
+            VALUE "FileVersion", "0.14.4\0"
             VALUE "InternalName", "gettextsrc.dll\0"
             VALUE "LegalCopyright", "Copyright (C) 1995-2005\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "gettextsrc.dll\0"
             VALUE "ProductName", "libgettextsrc: subroutines for gettext-tools\0"
-            VALUE "ProductVersion", "0.14.3\0"
+            VALUE "ProductVersion", "0.14.4\0"
         END
     END
     BLOCK "VarFileInfo"
index fab940e32b89bcea3c42765dc2e29f1b84de202c..83666441cd61881c04f4b9dae128157ac49f498d 100644 (file)
@@ -1,3 +1,3 @@
 # Version number and release date.
-VERSION_NUMBER=0.14.3
-RELEASE_DATE=2005-03-14      # in "date +%Y-%m-%d" format
+VERSION_NUMBER=0.14.4
+RELEASE_DATE=2005-04-11      # in "date +%Y-%m-%d" format