summaryrefslogtreecommitdiff
path: root/gobject
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2001-09-19 01:00:17 +0000
committerTor Lillqvist <tml@src.gnome.org>2001-09-19 01:00:17 +0000
commit0782eece320fc066a0107712df694cb7191d2d24 (patch)
tree17b672685c4f11029d8d393a95937da3719c48d6 /gobject
parent335779615d07ed7511ae58c8b9b838e1fef89cc6 (diff)
Correct InternalName and OriginalFilename to match what we actually
2001-09-19 Tor Lillqvist <tml@iki.fi> * {gmodule,gobject,gthread.rc.in}: Correct InternalName and OriginalFilename to match what we actually produce.
Diffstat (limited to 'gobject')
-rw-r--r--gobject/ChangeLog5
-rw-r--r--gobject/gobject.rc.in6
2 files changed, 8 insertions, 3 deletions
diff --git a/gobject/ChangeLog b/gobject/ChangeLog
index fb9680803..99e46aa75 100644
--- a/gobject/ChangeLog
+++ b/gobject/ChangeLog
@@ -1,3 +1,8 @@
+2001-09-19 Tor Lillqvist <tml@iki.fi>
+
+ * gobject.rc.in: Correct InternalName and OriginalFilename to
+ match what we actually produce.
+
Tue Sep 18 23:09:02 2001 Tim Janik <timj@gtk.org>
* gparam.[hc]: rename *nick and *blurb fields to catch
diff --git a/gobject/gobject.rc.in b/gobject/gobject.rc.in
index dfecde118..9b0e2ef66 100644
--- a/gobject/gobject.rc.in
+++ b/gobject/gobject.rc.in
@@ -14,11 +14,11 @@ VS_VERSION_INFO VERSIONINFO
BLOCK "040904B0"
BEGIN
VALUE "CompanyName", "The GLib developer community"
- VALUE "FileDescription", "GLib"
+ VALUE "FileDescription", "GObject"
VALUE "FileVersion", "@GLIB_VERSION@.BUILDNUMBER"
- VALUE "InternalName", "gobject-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@"
+ VALUE "InternalName", "libgobject-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@-@LT_CURRENT_MINUS_AGE@"
VALUE "LegalCopyright", "Copyright © 1998-2000 Tim Janik and Red Hat, Inc."
- VALUE "OriginalFilename", "gobject-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.dll"
+ VALUE "OriginalFilename", "libgobject-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@-@LT_CURRENT_MINUS_AGE@.dll"
VALUE "ProductName", "GLib"
VALUE "ProductVersion", "@GLIB_VERSION@"
END