summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-11-21 04:10:34 +0000
committergouldtj <gouldtj@users.sourceforge.net>2009-11-21 04:10:34 +0000
commit6b301cd0bda3251782cee9ae887913d749d18215 (patch)
treee92f2c54ae34fa4150b494dea52e259fbb072578
parentGrabbing news from the wiki (diff)
downloadinkscape-6b301cd0bda3251782cee9ae887913d749d18215.tar.gz
inkscape-6b301cd0bda3251782cee9ae887913d749d18215.zip
Setting some more version numbers
(bzr r8833.1.8)
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS2
-rw-r--r--build-lx.xml2
-rw-r--r--build.xml2
-rw-r--r--packaging/win32/inkscape.nsi2
5 files changed, 5 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1b8053a02..9e2cdab29 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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 2b9cc5c3d..59c714056 100644
--- 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
diff --git a/build-lx.xml b/build-lx.xml
index 5f33638eb..81261a7a0 100644
--- a/build-lx.xml
+++ b/build-lx.xml
@@ -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"/>
diff --git a/build.xml b/build.xml
index 16443dfc2..06f8b58ab 100644
--- 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"/>
diff --git a/packaging/win32/inkscape.nsi b/packaging/win32/inkscape.nsi
index 9b840f550..7e5b765db 100644
--- a/packaging/win32/inkscape.nsi
+++ b/packaging/win32/inkscape.nsi
@@ -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}"