From a2f5d56dd4f8abc890fb3bef82d1cab8ab450e43 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Tue, 5 Jan 2010 12:19:02 +1100 Subject: [PATCH 1/1] Changed version number (0.47.0.0 -> 0.47.0.9, "0.47" -> "0.47+devel") in inkscape.rc and inkview.rc so VersionInfo in inkscape.exe and inkview.exe for devel builds will be a bit different from 0.47 final. The installer has a much better version number detection system and will use the style 0.47.0.8944 and "0.47+devel-r8944" for bzr revision 8944, but I'm not quite up to wedging Bazaar revision detection into buildtool.cpp and build.xml yet. --- src/inkscape.rc | 8 ++++---- src/inkview.rc | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/inkscape.rc b/src/inkscape.rc index 3b946a067..9163658f0 100644 --- a/src/inkscape.rc +++ b/src/inkscape.rc @@ -3,8 +3,8 @@ APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico" 1 24 DISCARDABLE "./inkscape-manifest.xml" 1 VERSIONINFO - FILEVERSION 0,47,0,0 - PRODUCTVERSION 0,47,0,0 + FILEVERSION 0,47,0,9 + PRODUCTVERSION 0,47,0,9 BEGIN BLOCK "StringFileInfo" BEGIN @@ -13,11 +13,11 @@ BEGIN VALUE "Comments", "Published under the GNU GPL" VALUE "CompanyName", "inkscape.org" VALUE "FileDescription", "Inkscape" - VALUE "FileVersion", "0.47" + VALUE "FileVersion", "0.47+devel" VALUE "InternalName", "Inkscape" VALUE "LegalCopyright", "© 2009 Inkscape" VALUE "ProductName", "Inkscape" - VALUE "ProductVersion", "0.47" + VALUE "ProductVersion", "0.47+devel" END END BLOCK "VarFileInfo" diff --git a/src/inkview.rc b/src/inkview.rc index 7a02bf11a..390f4fb07 100644 --- a/src/inkview.rc +++ b/src/inkview.rc @@ -3,8 +3,8 @@ APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico" 1 24 DISCARDABLE "./inkview-manifest.xml" 1 VERSIONINFO - FILEVERSION 0,47,0,0 - PRODUCTVERSION 0,47,0,0 + FILEVERSION 0,47,0,9 + PRODUCTVERSION 0,47,0,9 BEGIN BLOCK "StringFileInfo" BEGIN @@ -13,11 +13,11 @@ BEGIN VALUE "Comments", "Published under the GNU GPL" VALUE "CompanyName", "inkscape.org" VALUE "FileDescription", "Inkview" - VALUE "FileVersion", "0.47" + VALUE "FileVersion", "0.47+devel" VALUE "InternalName", "Inkview" VALUE "LegalCopyright", "© 2009 Inkscape" VALUE "ProductName", "Inkview" - VALUE "ProductVersion", "0.47" + VALUE "ProductVersion", "0.47+devel" END END BLOCK "VarFileInfo" -- 2.30.2