From ee910d1ffe94af80473918bd41bf27b91196ef0c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 19 Sep 2001 01:00:52 +0000 Subject: [PATCH] Correct InternalName and OriginalFilename to match what we actually 2001-09-19 Tor Lillqvist * gthread.rc.in: Correct InternalName and OriginalFilename to match what we actually produce. --- gthread/ChangeLog | 5 +++++ gthread/gthread.rc.in | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gthread/ChangeLog b/gthread/ChangeLog index f16e314..77f953f 100644 --- a/gthread/ChangeLog +++ b/gthread/ChangeLog @@ -1,3 +1,8 @@ +2001-09-19 Tor Lillqvist + + * gthread.rc.in: Correct InternalName and OriginalFilename to + match what we actually produce. + 2001-07-20 Hans Breuer * makefile.msc.in : reflect glib move diff --git a/gthread/gthread.rc.in b/gthread/gthread.rc.in index eb6807a..767aafb 100644 --- a/gthread/gthread.rc.in +++ b/gthread/gthread.rc.in @@ -14,11 +14,11 @@ VS_VERSION_INFO VERSIONINFO BLOCK "040904B0" BEGIN VALUE "CompanyName", "The GLib developer community" - VALUE "FileDescription", "GLib" + VALUE "FileDescription", "GThread" VALUE "FileVersion", "@GLIB_VERSION@.BUILDNUMBER" - VALUE "InternalName", "gthread-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@" + VALUE "InternalName", "libgthread-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@-@LT_CURRENT_MINUS_AGE@" VALUE "LegalCopyright", "Copyright © 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald. Copyright © 1998 Sebastian Wilhelmi. Modified by the GLib Team and others 1997-2000." - VALUE "OriginalFilename", "gthread-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.dll" + VALUE "OriginalFilename", "libgthread-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@-@LT_CURRENT_MINUS_AGE@.dll" VALUE "ProductName", "GLib" VALUE "ProductVersion", "@GLIB_VERSION@" END -- 2.7.4