[libsigc++2] Use new version component substitutions
- From: Daniel Elstner <daniel src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libsigc++2] Use new version component substitutions
- Date: Thu, 20 Aug 2009 07:19:35 +0000 (UTC)
commit fb9fd44069b575c628721b701a9e97eafb1976ab
Author: Daniel Elstner <danielk openismus com>
Date: Thu Aug 20 09:11:16 2009 +0200
Use new version component substitutions
* MSVC_Net200[58]/sigc.rc.in: Replace the no longer defined
@FP_*_VERSION@ substitutions by the new @SIGCXX_*_VERSION@
substitutions for the version number components. These are
defined by MM_INIT_MODULE() from mm-common.
ChangeLog | 9 +++++++++
MSVC_Net2005/sigc.rc.in | 6 +++---
MSVC_Net2008/sigc.rc.in | 6 +++---
3 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 3e5a33b..cd95aee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2009-08-20 Daniel Elstner <danielk openismus com>
+ Use new version component substitutions
+
+ * MSVC_Net200[58]/sigc.rc.in: Replace the no longer defined
+ @FP_*_VERSION@ substitutions by the new @SIGCXX_*_VERSION@
+ substitutions for the version number components. These are
+ defined by MM_INIT_MODULE() from mm-common.
+
+2009-08-20 Daniel Elstner <danielk openismus com>
+
Substitute API version in filenames dynamically
* sigc++.pc.in: Rename file from sigc++-2.0.pc.in.
diff --git a/MSVC_Net2005/sigc.rc.in b/MSVC_Net2005/sigc.rc.in
index 06f5ec9..3c7ceee 100755
--- a/MSVC_Net2005/sigc.rc.in
+++ b/MSVC_Net2005/sigc.rc.in
@@ -2,8 +2,8 @@
#include <winver.h>
VS_VERSION_INFO VERSIONINFO
- FILEVERSION @FP_MAJOR_VERSION@,@FP_MINOR_VERSION@,@FP_MICRO_VERSION@,1
- PRODUCTVERSION @FP_MAJOR_VERSION@,@FP_MINOR_VERSION@,@FP_MICRO_VERSION@,1
+ FILEVERSION @SIGCXX_MAJOR_VERSION@,@SIGCXX_MINOR_VERSION@,@SIGCXX_MICRO_VERSION@,1
+ PRODUCTVERSION @SIGCXX_MAJOR_VERSION@,@SIGCXX_MINOR_VERSION@,@SIGCXX_MICRO_VERSION@,1
FILEFLAGSMASK 0
FILEFLAGS 0x0L
FILEOS VOS__WINDOWS32
@@ -27,4 +27,4 @@ BEGIN
BEGIN
VALUE "Translation", 0x409, 1200
END
-END
\ No newline at end of file
+END
diff --git a/MSVC_Net2008/sigc.rc.in b/MSVC_Net2008/sigc.rc.in
index 06f5ec9..3c7ceee 100644
--- a/MSVC_Net2008/sigc.rc.in
+++ b/MSVC_Net2008/sigc.rc.in
@@ -2,8 +2,8 @@
#include <winver.h>
VS_VERSION_INFO VERSIONINFO
- FILEVERSION @FP_MAJOR_VERSION@,@FP_MINOR_VERSION@,@FP_MICRO_VERSION@,1
- PRODUCTVERSION @FP_MAJOR_VERSION@,@FP_MINOR_VERSION@,@FP_MICRO_VERSION@,1
+ FILEVERSION @SIGCXX_MAJOR_VERSION@,@SIGCXX_MINOR_VERSION@,@SIGCXX_MICRO_VERSION@,1
+ PRODUCTVERSION @SIGCXX_MAJOR_VERSION@,@SIGCXX_MINOR_VERSION@,@SIGCXX_MICRO_VERSION@,1
FILEFLAGSMASK 0
FILEFLAGS 0x0L
FILEOS VOS__WINDOWS32
@@ -27,4 +27,4 @@ BEGIN
BEGIN
VALUE "Translation", 0x409, 1200
END
-END
\ No newline at end of file
+END
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]