summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c556b85)
raw | patch | inline | side by side (parent: c556b85)
author | Chris Morgan <chris.morganiser@gmail.com> | |
Tue, 5 Jan 2010 01:19:02 +0000 (12:19 +1100) | ||
committer | Chris Morgan <chris.morganiser@gmail.com> | |
Tue, 5 Jan 2010 01:19:02 +0000 (12:19 +1100) |
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 | patch | blob | history | |
src/inkview.rc | patch | blob | history |
diff --git a/src/inkscape.rc b/src/inkscape.rc
index 3b946a0677932db3bc3997af889995d0e4e134cc..9163658f055c7d0896b7772121ab9eb7f809fa6c 100644 (file)
--- a/src/inkscape.rc
+++ b/src/inkscape.rc
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
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 7a02bf11ac1af9c2e209233c19ea07ff296e147d..390f4fb07b61dd923ae2e1b0d928a0acea93c8bc 100644 (file)
--- a/src/inkview.rc
+++ b/src/inkview.rc
1 24 DISCARDABLE "./inkview-manifest.xml"\r
\r
1 VERSIONINFO\r
- FILEVERSION 0,47,0,0\r
- PRODUCTVERSION 0,47,0,0\r
+ FILEVERSION 0,47,0,9\r
+ PRODUCTVERSION 0,47,0,9\r
BEGIN\r
BLOCK "StringFileInfo"\r
BEGIN\r
VALUE "Comments", "Published under the GNU GPL"\r
VALUE "CompanyName", "inkscape.org"\r
VALUE "FileDescription", "Inkview"\r
- VALUE "FileVersion", "0.47"\r
+ VALUE "FileVersion", "0.47+devel"\r
VALUE "InternalName", "Inkview"\r
VALUE "LegalCopyright", "© 2009 Inkscape"\r
VALUE "ProductName", "Inkview"\r
- VALUE "ProductVersion", "0.47"\r
+ VALUE "ProductVersion", "0.47+devel"\r
END\r
END\r
BLOCK "VarFileInfo"\r