]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Prepare for version 0.18.
authorBruno Haible <bruno@clisp.org>
Sun, 9 May 2010 01:07:19 +0000 (03:07 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 9 May 2010 18:54:29 +0000 (20:54 +0200)
37 files changed:
ChangeLog
NEWS
gettext-runtime/NEWS
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/Makefile.in
gettext-runtime/intl/libgnuintl.h.in
gettext-runtime/intl/libintl.rc
gettext-runtime/m4/ChangeLog
gettext-runtime/m4/po.m4
gettext-runtime/po/ChangeLog
gettext-runtime/po/Makefile.in.in
gettext-tools/libgettextpo/ChangeLog
gettext-tools/libgettextpo/Makefile.am
gettext-tools/libgettextpo/gettext-po.h.in
gettext-tools/libgettextpo/libgettextpo.rc
gettext-tools/misc/ChangeLog
gettext-tools/misc/autopoint.in
gettext-tools/po/ChangeLog
gettext-tools/po/Makefile.in.in
gettext-tools/src/ChangeLog
gettext-tools/src/msgattrib.c
gettext-tools/src/msgcat.c
gettext-tools/src/msgcmp.c
gettext-tools/src/msgcomm.c
gettext-tools/src/msgconv.c
gettext-tools/src/msgen.c
gettext-tools/src/msgexec.c
gettext-tools/src/msgfilter.c
gettext-tools/src/msgfmt.c
gettext-tools/src/msggrep.c
gettext-tools/src/msginit.c
gettext-tools/src/msgmerge.c
gettext-tools/src/msgunfmt.c
gettext-tools/src/msguniq.c
gettext-tools/src/xgettext.c
version.sh
windows/gettext.rc

index e3e0af422d5ed5f2d07155e621e201bb13bb4bc6..81d0b52991e5e1ad8de84a3952a1d5078f7c02be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-05-09  Bruno Haible  <bruno@clisp.org>
+
+       * version.sh: Bump to 0.18.
+       * windows/gettext.rc: Update year.
+
 2010-05-08  Bruno Haible  <bruno@clisp.org>
 
        * NEWS: Mention the PO mode changes.
diff --git a/NEWS b/NEWS
index 5187da526f8c27fc255ad11fb41b6c20f1560d87..3cee9ad7d7c8d036b4c94a2c46db92a3c884d23f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Version 0.18 - January 2008
+Version 0.18 - May 2010
 
 * Runtime behaviour:
   - On MacOS X and Windows systems, <libintl.h> now extends setlocale() and
index 44974675f84e799c870ad71de551a4312f365a0f..d0d87d96fa77aeb72beaa9b21d545a713589f529 100644 (file)
@@ -1,4 +1,4 @@
-Version 0.18 - December 2009
+Version 0.18 - May 2010
 
 * On MacOS X and Windows systems, <libintl.h> now extends setlocale() and
   newlocale() so that their determination of the default locale considers
index 78da53513f0c0bcb346858cd502366d435aa3ff6..277dd95304a39402999e496ee7595bc8a5420084 100644 (file)
@@ -1,3 +1,9 @@
+2010-05-09  Bruno Haible  <bruno@clisp.org>
+
+       * libgnuintl.h.in (LIBINTL_VERSION): Bump to 0.18.
+       * Makefile.in (LTV_CURRENT, LTV_REVISION, LTV_AGE): Bump to 9:0:1.
+       * libintl.rc: Update year.
+
 2010-05-09  Bruno Haible  <bruno@clisp.org>
 
        vasnprintf: Fix syntax errors in libintl build on mingw.
index 48f6d7838bdac2ef348cc51c157f9ae9651c1018..d547fe05e6a247e498c85bd51d03c59e84a4c739 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for directory with message catalog handling library of GNU gettext
-# Copyright (C) 1995-1998, 2000-2007, 2009 Free Software Foundation, Inc.
+# Copyright (C) 1995-1998, 2000-2007, 2009-2010 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify it
 # under the terms of the GNU Library General Public License as published
@@ -231,9 +231,9 @@ libintl.la libgnuintl.la: $(OBJECTS) $(OBJECTS_RES_@WOE32@)
 # according to the libtool documentation, section "Library interface versions".
 # Maintainers of other packages that include the intl directory must *not*
 # change these values.
-LTV_CURRENT=8
-LTV_REVISION=2
-LTV_AGE=0
+LTV_CURRENT=9
+LTV_REVISION=0
+LTV_AGE=1
 
 .SUFFIXES:
 .SUFFIXES: .c .y .o .lo .sin .sed
index 6973c3a1f771d5e761ab8830c4b3a9a518991c7f..c991bf051945c5d2fb0c215382834f0ac20f8351 100644 (file)
@@ -1,5 +1,5 @@
 /* Message catalogs for internationalization.
-   Copyright (C) 1995-1997, 2000-2009 Free Software Foundation, Inc.
+   Copyright (C) 1995-1997, 2000-2010 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify it
    under the terms of the GNU Library General Public License as published
@@ -56,7 +56,7 @@ extern "C" {
 
 
 /* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBINTL_VERSION 0x001100
+#define LIBINTL_VERSION 0x001200
 extern int libintl_version;
 
 
index bf8c4db0a3c6b6a783413b9615ca991e8abc796f..b58fffbd364f3f56dfa7d64388e9a7964bbdeca3 100644 (file)
@@ -24,7 +24,7 @@ BEGIN
             VALUE "FileDescription", "LGPLed libintl for Windows NT/2000/XP/Vista/7 and Windows 95/98/ME\0"
             VALUE "FileVersion", PACKAGE_VERSION_STRING "\0"
             VALUE "InternalName", "intl.dll\0"
-            VALUE "LegalCopyright", "Copyright (C) 1995-2009\0"
+            VALUE "LegalCopyright", "Copyright (C) 1995-2010\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "intl.dll\0"
             VALUE "ProductName", "libintl: accessing NLS message catalogs\0"
index cced58394d2d35db2d30afe30c3563f463df564f..dd853910a08aee401c5fd50490b8ddd10de3141e 100644 (file)
@@ -1,3 +1,7 @@
+2010-05-09  Bruno Haible  <bruno@clisp.org>
+
+       * po.m4 (AM_PO_SUBDIRS): Set GETTEXT_MACRO_VERSION to 0.18.
+
 2010-04-20  Simon Josefsson  <simon@josefsson.org>
             Bruno Haible  <bruno@clisp.org>
 
index 960efe15d4e121d74e5ca16810c6597ef7545581..47f36a41a07323392df3f8ab862e27d98facfd76 100644 (file)
@@ -29,7 +29,7 @@ AC_DEFUN([AM_PO_SUBDIRS],
 
   dnl Release version of the gettext macros. This is used to ensure that
   dnl the gettext macros and po/Makefile.in.in are in sync.
-  AC_SUBST([GETTEXT_MACRO_VERSION], [0.17])
+  AC_SUBST([GETTEXT_MACRO_VERSION], [0.18])
 
   dnl Perform the following tests also if --disable-nls has been given,
   dnl because they are needed for "make dist" to work.
index 6d74859c3e1843cce3ccae2a93ba5af8a8931941..7c989df5d7f182d13e478b571a92aa0ca764a4ea 100644 (file)
@@ -1,3 +1,7 @@
+2010-05-09  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.in.in (GETTEXT_MACRO_VERSION): Bump to 0.18.
+
 2010-02-07  Bruno Haible  <bruno@clisp.org>
 
        * bg.po: New file, from Roumen Petrov <transl@roumenpetrov.info>.
index 2083f6a47266148e3615e3929012e85a3c40e71b..83d8838ac017b8602f0ac150d7bda5a90da81c2f 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for PO directory in any package using GNU gettext.
-# Copyright (C) 1995-1997, 2000-2007, 2009 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
+# Copyright (C) 1995-1997, 2000-2007, 2009-2010 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
 #
 # This file can be copied and used freely without restrictions.  It can
 # be used in projects which are not available under the GNU General Public
@@ -9,7 +9,7 @@
 # General Public License and is *not* in the public domain.
 #
 # Origin: gettext-0.18
-GETTEXT_MACRO_VERSION = 0.17
+GETTEXT_MACRO_VERSION = 0.18
 
 PACKAGE = @PACKAGE@
 VERSION = @VERSION@
index 9ab64ae147865b18b540093e4712179988bc2814..ad66dc097cfdb7f2998e64f37fcfd73fd6101abe 100644 (file)
@@ -1,3 +1,9 @@
+2010-05-09  Bruno Haible  <bruno@clisp.org>
+
+       * gettext-po.h.in (LIBGETTEXTPO_VERSION): Bump version number.
+       * Makefile.am (LTV_CURRENT, LTV_REVISION, LTV_AGE): Bump to 5:0:5.
+       * libgettextpo.rc: Update year.
+
 2009-12-26  Bruno Haible  <bruno@clisp.org>
 
        * libgettextpo.rc: Update.
index 48a0f6e29ebcc68840de2f71bd773668c8289bce..648f589ca3c1716a61119646f3b23882dc5448ac 100644 (file)
@@ -1,5 +1,5 @@
 ## Makefile for the gettext-tools/libgettextpo subdirectory of GNU gettext
-## Copyright (C) 1995-1998, 2000-2009 Free Software Foundation, Inc.
+## Copyright (C) 1995-1998, 2000-2010 Free Software Foundation, Inc.
 ##
 ## This program is free software: you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -91,9 +91,9 @@ libgettextpo_la_AUXSOURCES = \
 
 # Libtool's library version information for libgettextpo.
 # See the libtool documentation, section "Library interface versions".
-LTV_CURRENT=4
+LTV_CURRENT=5
 LTV_REVISION=0
-LTV_AGE=4
+LTV_AGE=5
 
 # How to build libgettextpo.la.
 # Don't make it depend on libgettextsrc.la or libgettextlib.la, since they
index fc09ee6710f88145d5aff173292dcd893ed27d25..ede1a63eb371f9b5cc9630452fb4b8057000d543 100644 (file)
@@ -1,5 +1,5 @@
 /* Public API for GNU gettext PO files - contained in libgettextpo.
-   Copyright (C) 2003-2008 Free Software Foundation, Inc.
+   Copyright (C) 2003-2008, 2010 Free Software Foundation, Inc.
    Written by Bruno Haible <bruno@clisp.org>, 2003.
 
    This program is free software: you can redistribute it and/or modify
@@ -28,7 +28,7 @@ extern "C" {
 /* =========================== Meta Information ============================ */
 
 /* Version number: (major<<16) + (minor<<8) + subminor */
-#define LIBGETTEXTPO_VERSION 0x001100
+#define LIBGETTEXTPO_VERSION 0x001200
 extern int libgettextpo_version;
 
 /* ================================= Types ================================= */
index 2c986bec1d70e2c8013a0a1eeb1574c1df9664bd..e12d6da7006faa0aa23fc9ec1ee173f2b75ae9e3 100644 (file)
@@ -24,7 +24,7 @@ BEGIN
             VALUE "FileDescription", "GPLed libgettextpo for Windows NT/2000/XP/Vista/7 and Windows 95/98/ME\0"
             VALUE "FileVersion", PACKAGE_VERSION_STRING "\0"
             VALUE "InternalName", "gettextpo.dll\0"
-            VALUE "LegalCopyright", "Copyright (C) 1995-2009\0"
+            VALUE "LegalCopyright", "Copyright (C) 1995-2010\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "gettextpo.dll\0"
             VALUE "ProductName", "libgettextpo: public API for PO files\0"
index dd6de8dd558d303161f66fecc9ab41f728adcc7a..8f10145f8982e8d11ca2ac415d22735e90cecd1f 100644 (file)
@@ -1,3 +1,7 @@
+2010-05-09  Bruno Haible  <bruno@clisp.org>
+
+       * autopoint.in (func_version): Bump copyright year.
+
 2010-05-08  Bruno Haible  <bruno@clisp.org>
 
        * po-mode.el (po-mode-version-string): Bump to 2.2.
index ec6059d1ff39a79735ccfeb19e7158298ace0dfa..4eb68afa220d538ee89e99dcd687356d7fb85dcf 100644 (file)
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-# Copyright (C) 2002-2009 Free Software Foundation, Inc.
+# Copyright (C) 2002-2010 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -174,7 +174,7 @@ func_version ()
 {
   echo "$progname (GNU $package) $version"
   echo "Uses a versions archive in @ARCHIVE_FORMAT@ format."
-  echo "Copyright (C) 2002-2008 Free Software Foundation, Inc.
+  echo "Copyright (C) 2002-2010 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law."
index 17db3b439251046a6735cda52ae0da217984ab20..47a5538f1de1928ca8c877359f6f33ad175acce7 100644 (file)
@@ -1,3 +1,7 @@
+2010-05-09  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.in.in (GETTEXT_MACRO_VERSION): Bump to 0.18.
+
 2010-03-03  Bruno Haible  <bruno@clisp.org>
 
        * bg.po: Update from Roumen Petrov <transl@roumenpetrov.info>.
index 2083f6a47266148e3615e3929012e85a3c40e71b..83d8838ac017b8602f0ac150d7bda5a90da81c2f 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for PO directory in any package using GNU gettext.
-# Copyright (C) 1995-1997, 2000-2007, 2009 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
+# Copyright (C) 1995-1997, 2000-2007, 2009-2010 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
 #
 # This file can be copied and used freely without restrictions.  It can
 # be used in projects which are not available under the GNU General Public
@@ -9,7 +9,7 @@
 # General Public License and is *not* in the public domain.
 #
 # Origin: gettext-0.18
-GETTEXT_MACRO_VERSION = 0.17
+GETTEXT_MACRO_VERSION = 0.18
 
 PACKAGE = @PACKAGE@
 VERSION = @VERSION@
index 54ab7797fe7fd546f35962ea8ba98d249d8848e2..4b523a353a03c287f1cc5a4f2867fab35e21ac65 100644 (file)
@@ -1,3 +1,21 @@
+2010-05-09  Bruno Haible  <bruno@clisp.org>
+
+       * msgattrib.c (main): Update year in --version output.
+       * msgcat.c (main): Likewise.
+       * msgcmp.c (main): Likewise.
+       * msgcomm.c (main): Likewise.
+       * msgconv.c (main): Likewise.
+       * msgen.c (main): Likewise.
+       * msgexec.c (main): Likewise.
+       * msgfilter.c (main): Likewise.
+       * msgfmt.c (main): Likewise.
+       * msggrep.c (main): Likewise.
+       * msginit.c (main): Likewise.
+       * msgmerge.c (main): Likewise.
+       * msgunfmt.c (main): Likewise.
+       * msguniq.c (main): Likewise.
+       * xgettext.c (main): Likewise.
+
 2010-04-25  Bruno Haible  <bruno@clisp.org>
 
        Update support of object-pascal-format strings.
index 73b7942d1c8f7ff6f76c9c46ceead0cbc22ee14b..5c24656df7e3c7d5446c005a8af8b1f37234fd75 100644 (file)
@@ -339,7 +339,7 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "2001-2009");
+              "2001-2010");
       printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
index 025fd50d166dc545d5f204e4804ddfc3723de93e..ad2f39c8f1a80eea2c038e1dc0fcfeb536164efe 100644 (file)
@@ -1,5 +1,5 @@
 /* Concatenates several translation catalogs.
-   Copyright (C) 2001-2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2001-2007, 2009-2010 Free Software Foundation, Inc.
    Written by Bruno Haible <haible@clisp.cons.org>, 2001.
 
    This program is free software: you can redistribute it and/or modify
@@ -291,7 +291,7 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "2001-2009");
+              "2001-2010");
       printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
index 6cf05306e1462c5ae09be9983d185f205874c18a..9166b119515b39413d978e04d02b84ceda4fa2f0 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU gettext - internationalization aids
-   Copyright (C) 1995-1998, 2000-2009 Free Software Foundation, Inc.
+   Copyright (C) 1995-1998, 2000-2010 Free Software Foundation, Inc.
    This file was written by Peter Miller <millerp@canb.auug.org.au>
 
    This program is free software: you can redistribute it and/or modify
@@ -174,7 +174,7 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "1995-1998, 2000-2009");
+              "1995-1998, 2000-2010");
       printf (_("Written by %s.\n"), proper_name ("Peter Miller"));
       exit (EXIT_SUCCESS);
     }
index 4daf587625c49d00d97f33438cafbd93abd17f52..02c16560febc08ebd671965a9e0628fdca697f83 100644 (file)
@@ -282,7 +282,7 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "1995-1998, 2000-2009");
+              "1995-1998, 2000-2010");
       printf (_("Written by %s.\n"), proper_name ("Peter Miller"));
       exit (EXIT_SUCCESS);
     }
index 5cdef6168d8564cb04b87492eb94c921cabd6464..b6df3f29f46cd3adf683831d42c39516fc9cb182 100644 (file)
@@ -237,7 +237,7 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "2001-2009");
+              "2001-2010");
       printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
index 0fac062ca37856c97a7d28b806acf4b52ffc19da..7a6ce2b6b678f55f6d393356b28cd357fc85dff3 100644 (file)
@@ -233,7 +233,7 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "2001-2009");
+              "2001-2010");
       printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
index 619794822d6db1387727439b322ed2559d300978..9ae1e3c26e698d0bd95d4fda329014bb2ebe2d74 100644 (file)
@@ -1,5 +1,5 @@
 /* Pass translations to a subprocess.
-   Copyright (C) 2001-2009 Free Software Foundation, Inc.
+   Copyright (C) 2001-2010 Free Software Foundation, Inc.
    Written by Bruno Haible <haible@clisp.cons.org>, 2001.
 
    This program is free software: you can redistribute it and/or modify
@@ -182,7 +182,7 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "2001-2009");
+              "2001-2010");
       printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
index 6fa8c72eea6aa5d3be79ead80922339acd927941..e29ad029b28321d0fb94c6e15d8ca74568859126 100644 (file)
@@ -275,7 +275,7 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "2001-2009");
+              "2001-2010");
       printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
index fcf2e299a211824a9e0c9b9a9abba0d34c81dea6..740f754b907073c3912efbe10fcf192f9b2f8379 100644 (file)
@@ -1,5 +1,5 @@
 /* Converts Uniforum style .po files to binary .mo files
-   Copyright (C) 1995-1998, 2000-2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1995-1998, 2000-2007, 2009-2010 Free Software Foundation, Inc.
    Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, April 1995.
 
    This program is free software: you can redistribute it and/or modify
@@ -368,7 +368,7 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "1995-1998, 2000-2009");
+              "1995-1998, 2000-2010");
       printf (_("Written by %s.\n"), proper_name ("Ulrich Drepper"));
       exit (EXIT_SUCCESS);
     }
index 03d9da5d0aca8a2cf821b63c4a31e354a4835d68..dae0197314b1f779df73517fb238ac2bd137d251 100644 (file)
@@ -412,7 +412,7 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "2001-2009");
+              "2001-2010");
       printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
index 2f5d5012a4e459d7d204f860656a6053bec3d22c..a41107ab7e5720083c8e5efcf49dfaed41c640a6 100644 (file)
@@ -270,7 +270,7 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "2001-2009");
+              "2001-2010");
       printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
index 84368a3737317c40d908f00d43c01eb0d3924916..6fe5fdb55eabace0f628b38b9c7d97d3beaa9849 100644 (file)
@@ -346,7 +346,7 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "1995-1998, 2000-2009");
+              "1995-1998, 2000-2010");
       printf (_("Written by %s.\n"), proper_name ("Peter Miller"));
       exit (EXIT_SUCCESS);
     }
index 34faeba7a3ea17f2e6b8e960854a927820753483..f101d7fa20a9daa4d7afa7a27c59625348347237 100644 (file)
@@ -264,7 +264,7 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "1995-1998, 2000-2009");
+              "1995-1998, 2000-2010");
       printf (_("Written by %s.\n"), proper_name ("Ulrich Drepper"));
       exit (EXIT_SUCCESS);
     }
index 31d10e0822f08c7c1d180f6affc743649691ab99..c58f2ab8305e5631256b80009f2824779ed53289 100644 (file)
@@ -261,7 +261,7 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "2001-2009");
+              "2001-2010");
       printf (_("Written by %s.\n"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
index a062de6a3f54a647bd8601529d4ca470cc8eb967..919f30b39a203a60ff323878ea72ca0724d5e43c 100644 (file)
@@ -586,7 +586,7 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
-              "1995-1998, 2000-2009");
+              "1995-1998, 2000-2010");
       printf (_("Written by %s.\n"), proper_name ("Ulrich Drepper"));
       exit (EXIT_SUCCESS);
     }
index 42aa031691f7772f1ace831026ec73d260b5ed05..95e669128d6d6ef4d516ced4116b4f96c06794c4 100644 (file)
@@ -1,3 +1,3 @@
 # Version number and release date.
-VERSION_NUMBER=0.18-pre1
-RELEASE_DATE=2007-12-24      # in "date +%Y-%m-%d" format
+VERSION_NUMBER=0.18
+RELEASE_DATE=2010-05-09      # in "date +%Y-%m-%d" format
index 59fe25350fbf25bac69504d2cadbb9dfa480bef2..439c8affa7d640cfb20e3c20ade7e58011fda20e 100644 (file)
@@ -24,7 +24,7 @@ BEGIN
             VALUE "FileDescription", "GPLed program for Windows NT/2000/XP/Vista/7 and Windows 95/98/ME\0"
             VALUE "FileVersion", PACKAGE_VERSION_STRING "\0"
             VALUE "InternalName", "*.exe\0"
-            VALUE "LegalCopyright", "Copyright (C) 1995-2009\0"
+            VALUE "LegalCopyright", "Copyright (C) 1995-2010\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "*.exe\0"
             VALUE "ProductName", "gettext utilities\0"