]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Make the version info work (hopefully).
authorBruno Haible <bruno@clisp.org>
Mon, 19 May 2003 11:15:01 +0000 (11:15 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:35 +0000 (12:10 +0200)
gettext-runtime/ChangeLog
gettext-runtime/libasprintf/ChangeLog
gettext-runtime/libasprintf/windows/asprintf.rc
gettext-runtime/windows/intl.rc
gettext-tools/ChangeLog
gettext-tools/windows/gettextlib.rc
gettext-tools/windows/gettextsrc.rc

index 71d9afc251ddc821cf326a10be30849e9141b529..ebf77ed55218822ccd80556d596f3d5bb70b598a 100644 (file)
@@ -1,3 +1,8 @@
+2003-05-19  Bruno Haible  <bruno@clisp.org>
+
+       * windows/intl.rc: Include <winver.h>.
+       Reported by Perry Rapp.
+
 2003-05-17  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.12 released.
index 27f7209c7f4369aae892ac62c2ccd7c0eaad4ac6..19d33476c207bb69271f7089ba986ec11ee7522d 100644 (file)
@@ -1,3 +1,8 @@
+2003-05-19  Bruno Haible  <bruno@clisp.org>
+
+       * windows/asprintf.rc: Include <winver.h>.
+       Reported by Perry Rapp.
+
 2003-05-18  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.msvc (DEBUGFLAGS): New variable.
index a4337fedc566f2ac658c47aa6264a7d088a599bb..fe07141278bee6212a48c041f84a2e6e2b7abc57 100644 (file)
@@ -1,6 +1,8 @@
 /* Resources for asprintf.dll */
 /* There are 4 occurrences of the version number in this file. */
 
+#include <winver.h>
+
 VS_VERSION_INFO VERSIONINFO
  FILEVERSION 1,0,0,0
  PRODUCTVERSION 1,0,0,0
index d07a16096f2156d6f5582168ab13e993ec588305..a94a69bfc0efc12be02e63097b450d2d2c33aff6 100644 (file)
@@ -1,6 +1,8 @@
 /* Resources for intl.dll */
 /* There are 4 occurrences of the version number in this file. */
 
+#include <winver.h>
+
 VS_VERSION_INFO VERSIONINFO
  FILEVERSION 0,12,0,0
  PRODUCTVERSION 0,12,0,0
index d5e97fdd274504c0fb1313e03678568810027742..8d405b462c9275ada00395d0bf31c831f69b3d5b 100644 (file)
@@ -1,3 +1,9 @@
+2003-05-19  Bruno Haible  <bruno@clisp.org>
+
+       * windows/gettextlib.rc: Include <winver.h>.
+       * windows/gettextsrc.rc: Likewise.
+       Reported by Perry Rapp.
+
 2003-05-17  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.12 released.
index 6a54b230718fc69d65609ec47e3ae429059187f2..cd7aefd4ea95933a6bd3a9b8d4508b7ee1dfa0eb 100644 (file)
@@ -1,6 +1,8 @@
 /* Resources for gettextlib.dll */
 /* There are 4 occurrences of the version number in this file. */
 
+#include <winver.h>
+
 VS_VERSION_INFO VERSIONINFO
  FILEVERSION 0,12,0,0
  PRODUCTVERSION 0,12,0,0
index a5f51dbfe5f9cf11f67c4d97a4c339dc97e35721..518c64ba880a6ca5bf67b13cd24bc27d289bcf36 100644 (file)
@@ -1,6 +1,8 @@
 /* Resources for gettextsrc.dll */
 /* There are 4 occurrences of the version number in this file. */
 
+#include <winver.h>
+
 VS_VERSION_INFO VERSIONINFO
  FILEVERSION 0,12,0,0
  PRODUCTVERSION 0,12,0,0