Skip to content
Snippets Groups Projects
Commit 6b301cd0 authored by Ted Gould's avatar Ted Gould Committed by gouldtj
Browse files

Setting some more version numbers

(bzr r8833.1.8)
parent 783e01c1
No related branches found
No related tags found
No related merge requests found
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
......
......@@ -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"/>
......
......@@ -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}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment