summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Morgan <chris.morganiser@gmail.com>2010-01-05 01:19:02 +0000
committerChris Morgan <chris.morganiser@gmail.com>2010-01-05 01:19:02 +0000
commit9d3213c296f91a7fc6b38132c681250d0d11a217 (patch)
tree4a36c0b87b942a2faa56e6bd9677a51a2177847e
parentA big lot of work for the Inkscape installer. I really should have done this... (diff)
downloadinkscape-9d3213c296f91a7fc6b38132c681250d0d11a217.tar.gz
inkscape-9d3213c296f91a7fc6b38132c681250d0d11a217.zip
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. (bzr r8944)
-rw-r--r--src/inkscape.rc8
-rw-r--r--src/inkview.rc8
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"