Code

Setting some more version numbers
authorgouldtj <gouldtj@users.sourceforge.net>
Sat, 21 Nov 2009 04:10:34 +0000 (04:10 +0000)
committergouldtj <gouldtj@users.sourceforge.net>
Sat, 21 Nov 2009 04:10:34 +0000 (04:10 +0000)
CMakeLists.txt
NEWS
build-lx.xml
build.xml
packaging/win32/inkscape.nsi

index 1b8053a02a69f32d3de9f522616b5c1fe82b7341..9e2cdab29266188813450716c404334b793eece8 100644 (file)
@@ -1,6 +1,6 @@
 PROJECT(inkscape)
 
-SET(INKSCAPE_VERSION 0.46+devel)
+SET(INKSCAPE_VERSION 0.47)
 SET(PROJECT_NAME inkscape)
 CMAKE_MINIMUM_REQUIRED(VERSION 2.4.6)
 SET(CMAKE_INCLUDE_CURRENT_DIR TRUE)
diff --git a/NEWS b/NEWS
index 2b9cc5c3d30c4433d7e1ee733307602b5e78f02b..59c7140564d69817798b0dfd648461855616aa24 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1160,7 +1160,7 @@ command in shell mode must be a complete valid Inkscape command line but
 without the Inkscape program name, for example:
 
 $ inkscape --shell
-Inkscape 0.46+devel interactive shell mode. Type 'quit' to quit.
+Inkscape 0.47 interactive shell mode. Type 'quit' to quit.
 >file.svg --export-pdf=file.pdf
 >otherfile.svg --export-png=bitmap.png
 Background RRGGBBAA: ffffff00
index 5f33638eb10ea2f4b2f65c63fb32ec76b6e52a3e..81261a7a0744fbdd0353e10e75168f0bf589d665 100644 (file)
@@ -39,7 +39,7 @@
     </description>
 
   <!-- set global properties for this build -->
-  <property name="version"       value="0.46+devel"/>
+  <property name="version"       value="0.47"/>
   <property name="src"           location="src"/>
   <property name="lib"           location="lib"/>
   <property name="build"         location="build"/>
index 16443dfc2000f9a678bafdd391ed5628631cafd0..06f8b58abfd849249853cb401a705fd56cd8287a 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -42,7 +42,7 @@
     </description>
 
   <!-- set global properties for this build -->
-  <property name="version"       value="0.46+devel"/>
+  <property name="version"       value="0.47"/>
   <property name="src"           location="src"/>
   <property name="lib"           location="lib"/>
   <property name="build"         location="build"/>
index 9b840f550fea3c92328e312985b73b72a9aa0b16..7e5b765dbbafcbb0975c7ec2e85e53d05bf34d45 100644 (file)
@@ -7,7 +7,7 @@
 ; DEFINES
 ; #######################################
 !define PRODUCT_NAME "Inkscape"
-!define PRODUCT_VERSION "0.46+devel"
+!define PRODUCT_VERSION "0.47"
 !define PRODUCT_REVISION 1
 !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\inkscape.exe"
 !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"