diff options
author | Tor Lillqvist <tml@iki.fi> | 2002-11-21 03:08:50 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2002-11-21 03:08:50 +0000 |
commit | aa9f24aac0a35e898ca75e49e41007ba92f6ef29 (patch) | |
tree | 3e63aaf598c67c848cb773a85eb01dc693425a6a /gmodule | |
parent | d1881e2dfd869fad18e8b45bd241cda7e41d2df4 (diff) | |
download | glib-aa9f24aac0a35e898ca75e49e41007ba92f6ef29.tar.gz glib-aa9f24aac0a35e898ca75e49e41007ba92f6ef29.tar.bz2 glib-aa9f24aac0a35e898ca75e49e41007ba92f6ef29.zip |
gmodule/gmodule.rc.in gobject/gobject.rc.in Hardcode 2.0 in the names, as
2002-11-21 Tor Lillqvist <tml@iki.fi>
* gmodule/gmodule.rc.in
* gobject/gobject.rc.in
* gthread/gthread.rc.in: Hardcode 2.0 in the names, as that is
what the Makefile.am does.
Diffstat (limited to 'gmodule')
-rw-r--r-- | gmodule/gmodule.rc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gmodule/gmodule.rc.in b/gmodule/gmodule.rc.in index 3739d977d..757ce5204 100644 --- a/gmodule/gmodule.rc.in +++ b/gmodule/gmodule.rc.in @@ -16,9 +16,9 @@ VS_VERSION_INFO VERSIONINFO VALUE "CompanyName", "The GLib developer community" VALUE "FileDescription", "GModule" VALUE "FileVersion", "@GLIB_VERSION@.BUILDNUMBER" - VALUE "InternalName", "libgmodule-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@-@LT_CURRENT_MINUS_AGE@" + VALUE "InternalName", "libgmodule-2.0-@LT_CURRENT_MINUS_AGE@" VALUE "LegalCopyright", "Copyright © 1998-2000 Tim Janik. Modified by the GLib Team and others 1998-2000." - VALUE "OriginalFilename", "libgmodule-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@-@LT_CURRENT_MINUS_AGE@.dll" + VALUE "OriginalFilename", "libgmodule-2.0-@LT_CURRENT_MINUS_AGE@.dll" VALUE "ProductName", "GLib" VALUE "ProductVersion", "@GLIB_VERSION@" END |