[pangomm] Do not hard-code API version in resource files
- From: Daniel Elstner <daniel src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [pangomm] Do not hard-code API version in resource files
- Date: Thu, 20 Aug 2009 10:51:13 +0000 (UTC)
commit 2c3b52f318d91130b50dd02e673e47204cae56be
Author: Daniel Elstner <danielk openismus com>
Date: Thu Aug 20 12:42:03 2009 +0200
Do not hard-code API version in resource files
* MSVC_Net200[58]/pangomm/pangomm.rc.in: Use newer @PACKAGE_VERSION@
substitution in place of @VERSION Use "@PANGOMM_MODULE_NAME dll"
instead of hardcoding the API version.
ChangeLog | 8 ++++++++
MSVC_Net2005/pangomm/pangomm.rc.in | 6 +++---
MSVC_Net2008/pangomm/pangomm.rc.in | 6 +++---
3 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index cb538f7..a57bda7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-08-20 Daniel Elstner <danielk openismus com>
+
+ Do not hard-code API version in resource files
+
+ * MSVC_Net200[58]/pangomm/pangomm.rc.in: Use newer @PACKAGE_VERSION@
+ substitution in place of @VERSION Use "@PANGOMM_MODULE_NAME dll"
+ instead of hardcoding the API version.
+
2009-08-19 Daniel Elstner <daniel kitta gmail com>
Reference external cairomm documentation
diff --git a/MSVC_Net2005/pangomm/pangomm.rc.in b/MSVC_Net2005/pangomm/pangomm.rc.in
index dbab0da..f97e838 100644
--- a/MSVC_Net2005/pangomm/pangomm.rc.in
+++ b/MSVC_Net2005/pangomm/pangomm.rc.in
@@ -51,11 +51,11 @@ BEGIN
BEGIN
VALUE "CompanyName", "The gtkmm development team (see AUTHORS)"
VALUE "FileDescription", "The official C++ wrapper for pango"
- VALUE "FileVersion", "@VERSION@"
+ VALUE "FileVersion", "@PACKAGE_VERSION@"
VALUE "LegalCopyright", "Distribution is under the LGPL (see COPYING)"
- VALUE "OriginalFilename", "pangomm-1.4"
+ VALUE "OriginalFilename", "@PANGOMM_MODULE_NAME dll"
VALUE "ProductName", "pangomm"
- VALUE "ProductVersion", "@VERSION@"
+ VALUE "ProductVersion", "@PACKAGE_VERSION@"
END
END
BLOCK "VarFileInfo"
diff --git a/MSVC_Net2008/pangomm/pangomm.rc.in b/MSVC_Net2008/pangomm/pangomm.rc.in
index dbab0da..f97e838 100644
--- a/MSVC_Net2008/pangomm/pangomm.rc.in
+++ b/MSVC_Net2008/pangomm/pangomm.rc.in
@@ -51,11 +51,11 @@ BEGIN
BEGIN
VALUE "CompanyName", "The gtkmm development team (see AUTHORS)"
VALUE "FileDescription", "The official C++ wrapper for pango"
- VALUE "FileVersion", "@VERSION@"
+ VALUE "FileVersion", "@PACKAGE_VERSION@"
VALUE "LegalCopyright", "Distribution is under the LGPL (see COPYING)"
- VALUE "OriginalFilename", "pangomm-1.4"
+ VALUE "OriginalFilename", "@PANGOMM_MODULE_NAME dll"
VALUE "ProductName", "pangomm"
- VALUE "ProductVersion", "@VERSION@"
+ VALUE "ProductVersion", "@PACKAGE_VERSION@"
END
END
BLOCK "VarFileInfo"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]