Code

Win32. Adding revno in the splash screen.
[inkscape.git] / build.xml
old mode 100644 (file)
new mode 100755 (executable)
index 524ef8b..58e9fba
--- a/build.xml
+++ b/build.xml
           
     <!--makefile file="${src}/inkscape-version.cpp">
         namespace Inkscape {
-            char const *version_string = "${version} ${svn.revision}";
+            char const *version_string = "${version}";
         }
     </makefile-->
     <makefile file="${src}/inkscape-version.cpp">
         namespace Inkscape {
-            char const *version_string = "${version}";
+            char const *version_string = "${version} ${bzr.revision}";
         }
     </makefile>
     <makefile file="config.h">