diff options
| author | Ted Gould <ted@gould.cx> | 2009-11-21 04:10:34 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2009-11-21 04:10:34 +0000 |
| commit | 6b301cd0bda3251782cee9ae887913d749d18215 (patch) | |
| tree | e92f2c54ae34fa4150b494dea52e259fbb072578 | |
| parent | Grabbing news from the wiki (diff) | |
| download | inkscape-6b301cd0bda3251782cee9ae887913d749d18215.tar.gz inkscape-6b301cd0bda3251782cee9ae887913d749d18215.zip | |
Setting some more version numbers
(bzr r8833.1.8)
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | build-lx.xml | 2 | ||||
| -rw-r--r-- | build.xml | 2 | ||||
| -rw-r--r-- | packaging/win32/inkscape.nsi | 2 |
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) @@ -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"/> @@ -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}" |
