summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d89df80)
raw | patch | inline | side by side (parent: d89df80)
author | gouldtj <gouldtj@users.sourceforge.net> | |
Sat, 21 Nov 2009 04:10:34 +0000 (04:10 +0000) | ||
committer | gouldtj <gouldtj@users.sourceforge.net> | |
Sat, 21 Nov 2009 04:10:34 +0000 (04:10 +0000) |
CMakeLists.txt | patch | blob | history | |
NEWS | patch | blob | history | |
build-lx.xml | patch | blob | history | |
build.xml | patch | blob | history | |
packaging/win32/inkscape.nsi | patch | blob | history |
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1b8053a02a69f32d3de9f522616b5c1fe82b7341..9e2cdab29266188813450716c404334b793eece8 100644 (file)
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
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)
index 2b9cc5c3d30c4433d7e1ee733307602b5e78f02b..59c7140564d69817798b0dfd648461855616aa24 100644 (file)
--- a/NEWS
+++ b/NEWS
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 5f33638eb10ea2f4b2f65c63fb32ec76b6e52a3e..81261a7a0744fbdd0353e10e75168f0bf589d665 100644 (file)
--- a/build-lx.xml
+++ b/build-lx.xml
</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 16443dfc2000f9a678bafdd391ed5628631cafd0..06f8b58abfd849249853cb401a705fd56cd8287a 100644 (file)
--- a/build.xml
+++ b/build.xml
</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)
; 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}"