Code

remove duplicate "+version" in the version name
authorjohanengelen <johanengelen@users.sourceforge.net>
Tue, 4 Mar 2008 21:53:00 +0000 (21:53 +0000)
committerjohanengelen <johanengelen@users.sourceforge.net>
Tue, 4 Mar 2008 21:53:00 +0000 (21:53 +0000)
build.xml

index 9d59f85113c1ae67ea2b638d655975595bd20167..88b57a5069be87e9d23df88e4c58bef9e6ccc528 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -90,7 +90,7 @@
     <copy file="${src}/helper/sp-marshal.cpp.mingw"
           tofile="${src}/helper/sp-marshal.cpp"/>
     <makefile file="inkscape_version.h">
-        #define INKSCAPE_VERSION "${version}+devel"
+        #define INKSCAPE_VERSION "${version}"
     </makefile>
     <makefile file="config.h">
         #ifndef _CONFIG_H_