summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2005-04-11 18:47:46 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:12:29 +0200
commit7cd68de44f090121c97a16fc0c9420936ab54b05 (patch)
tree55404eab2bcda62a352cc4180c991ed05f7059c9
parent1dbcff54f70e0c86c886369b2faa607eb5f92359 (diff)
downloadexternal_gettext-7cd68de44f090121c97a16fc0c9420936ab54b05.zip
external_gettext-7cd68de44f090121c97a16fc0c9420936ab54b05.tar.gz
external_gettext-7cd68de44f090121c97a16fc0c9420936ab54b05.tar.bz2
Bump version number.
-rw-r--r--ChangeLog4
-rw-r--r--gettext-runtime/ChangeLog4
-rw-r--r--gettext-runtime/windows/intl.rc8
-rw-r--r--gettext-tools/ChangeLog6
-rw-r--r--gettext-tools/src/ChangeLog4
-rw-r--r--gettext-tools/src/gettext-po.h2
-rw-r--r--gettext-tools/windows/gettextlib.rc8
-rw-r--r--gettext-tools/windows/gettextpo.rc8
-rw-r--r--gettext-tools/windows/gettextsrc.rc8
-rw-r--r--version.sh4
10 files changed, 37 insertions, 19 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c98f0a..3a26fed 100644
--- 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
diff --git a/gettext-runtime/ChangeLog b/gettext-runtime/ChangeLog
index a4c29d1..6fd4458 100644
--- a/gettext-runtime/ChangeLog
+++ b/gettext-runtime/ChangeLog
@@ -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.
diff --git a/gettext-runtime/windows/intl.rc b/gettext-runtime/windows/intl.rc
index 9246ed5..d104e6d 100644
--- a/gettext-runtime/windows/intl.rc
+++ b/gettext-runtime/windows/intl.rc
@@ -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"
diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog
index 3878318..0873662 100644
--- a/gettext-tools/ChangeLog
+++ b/gettext-tools/ChangeLog
@@ -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.
diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog
index 0109379..21a9e6b 100644
--- a/gettext-tools/src/ChangeLog
+++ b/gettext-tools/src/ChangeLog
@@ -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.
diff --git a/gettext-tools/src/gettext-po.h b/gettext-tools/src/gettext-po.h
index e018104..c17c6e0 100644
--- a/gettext-tools/src/gettext-po.h
+++ b/gettext-tools/src/gettext-po.h
@@ -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 ================================= */
diff --git a/gettext-tools/windows/gettextlib.rc b/gettext-tools/windows/gettextlib.rc
index 3570973..76397b4 100644
--- a/gettext-tools/windows/gettextlib.rc
+++ b/gettext-tools/windows/gettextlib.rc
@@ -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"
diff --git a/gettext-tools/windows/gettextpo.rc b/gettext-tools/windows/gettextpo.rc
index 2a02f7a..05db1de 100644
--- a/gettext-tools/windows/gettextpo.rc
+++ b/gettext-tools/windows/gettextpo.rc
@@ -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"
diff --git a/gettext-tools/windows/gettextsrc.rc b/gettext-tools/windows/gettextsrc.rc
index 1b0b462..970ed1c 100644
--- a/gettext-tools/windows/gettextsrc.rc
+++ b/gettext-tools/windows/gettextsrc.rc
@@ -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"
diff --git a/version.sh b/version.sh
index fab940e..8366644 100644
--- a/version.sh
+++ b/version.sh
@@ -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