From ff684e9ac26044417e9dfa1a12bbf948f2c67fb9 Mon Sep 17 00:00:00 2001 From: gouldtj Date: Sat, 21 Nov 2009 04:10:34 +0000 Subject: [PATCH] Setting some more version numbers --- CMakeLists.txt | 2 +- NEWS | 2 +- build-lx.xml | 2 +- build.xml | 2 +- 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) 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 @@ - + diff --git a/build.xml b/build.xml index 16443dfc2..06f8b58ab 100644 --- a/build.xml +++ b/build.xml @@ -42,7 +42,7 @@ - + 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}" -- 2.30.2