summaryrefslogtreecommitdiff
path: root/gmodule
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2002-11-21 03:08:50 +0000
committerTor Lillqvist <tml@src.gnome.org>2002-11-21 03:08:50 +0000
commitaa9f24aac0a35e898ca75e49e41007ba92f6ef29 (patch)
tree3e63aaf598c67c848cb773a85eb01dc693425a6a /gmodule
parentd1881e2dfd869fad18e8b45bd241cda7e41d2df4 (diff)
downloadglib-aa9f24aac0a35e898ca75e49e41007ba92f6ef29.tar.gz
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.in4
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