summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryce Harrington <bryce@bryceharrington.org>2014-08-15 05:27:49 +0000
committerbryce <bryce@ubuntu.com>2014-08-15 05:27:49 +0000
commit2f2df21d0c1d977644578c74ac466bcb330f71e5 (patch)
tree3a47ec07639bf54336961c494f94665ff83d6dd7
parentFix some transformation center regressions, related to the viewbox/units changes (diff)
downloadinkscape-2f2df21d0c1d977644578c74ac466bcb330f71e5.tar.gz
inkscape-2f2df21d0c1d977644578c74ac466bcb330f71e5.zip
Set pre-release version to 0.91pre2
(bzr r13513)
-rw-r--r--CMakeLists.txt2
-rw-r--r--build-lx.xml2
-rw-r--r--build-x64.xml2
-rw-r--r--build.xml2
-rw-r--r--configure.ac3
-rw-r--r--src/inkscape-x64.rc8
-rw-r--r--src/inkscape.rc8
-rw-r--r--src/inkview-x64.rc8
-rw-r--r--src/inkview.rc8
9 files changed, 21 insertions, 22 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 34bbb9a82..34d428dee 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ set(CMAKE_BUILD_TYPE_INIT "Release")
project(inkscape)
-set(INKSCAPE_VERSION 0.48+devel)
+set(INKSCAPE_VERSION 0.91pre2)
set(PROJECT_NAME inkscape)
set(CMAKE_INCLUDE_CURRENT_DIR TRUE)
diff --git a/build-lx.xml b/build-lx.xml
index 03b881cea..f006c9edc 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.48+devel"/>
+ <property name="version" value="0.91pre2"/>
<property name="src" location="src"/>
<property name="lib" location="lib"/>
<property name="build" location="build"/>
diff --git a/build-x64.xml b/build-x64.xml
index 9d1e4ab7d..836c10f38 100644
--- a/build-x64.xml
+++ b/build-x64.xml
@@ -42,7 +42,7 @@
</description>
<!-- set global properties for this build -->
- <property name="version" value="0.48+devel_64bit"/>
+ <property name="version" value="0.91pre2_64bit"/>
<property name="src" location="src"/>
<property name="lib" location="lib"/>
<property name="build" location="build"/>
diff --git a/build.xml b/build.xml
index ce27f8bb8..aef112c4d 100644
--- a/build.xml
+++ b/build.xml
@@ -42,7 +42,7 @@
</description>
<!-- set global properties for this build -->
- <property name="version" value="0.48+devel"/>
+ <property name="version" value="0.91pre2"/>
<property name="src" location="src"/>
<property name="lib" location="lib"/>
<property name="build" location="build"/>
diff --git a/configure.ac b/configure.ac
index f5ddfc075..45abd1973 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,8 +7,7 @@ AC_PREREQ([2.64])
# `dpkg --compare-versions'. (ii) We don't always know what the next
# version is going to be called until about the time we release it
# (whereas we always know what the previous version was called).
-AC_INIT([inkscape],
- [0.48+devel],
+AC_INIT([inkscape], [0.91pre2],
[http://bugs.launchpad.net/inkscape/+filebug],
[inkscape],
[http://inkscape.org/])
diff --git a/src/inkscape-x64.rc b/src/inkscape-x64.rc
index ce286c2ca..47dbcb2bc 100644
--- a/src/inkscape-x64.rc
+++ b/src/inkscape-x64.rc
@@ -3,8 +3,8 @@ APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico"
1 24 DISCARDABLE "./inkscape-manifest-x64.xml"
1 VERSIONINFO
- FILEVERSION 0,48,0,9
- PRODUCTVERSION 0,48,0,9
+ FILEVERSION 0,91pre2,0,0
+ PRODUCTVERSION 0,91pre2,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
@@ -13,11 +13,11 @@ BEGIN
VALUE "Comments", "Published under the GNU GPL"
VALUE "CompanyName", "inkscape.org"
VALUE "FileDescription", "Inkscape"
- VALUE "FileVersion", "0.48+devel"
+ VALUE "FileVersion", "0.91pre2"
VALUE "InternalName", "Inkscape"
VALUE "LegalCopyright", "© 2014 Inkscape"
VALUE "ProductName", "Inkscape"
- VALUE "ProductVersion", "0.48+devel"
+ VALUE "ProductVersion", "0.91pre2"
END
END
BLOCK "VarFileInfo"
diff --git a/src/inkscape.rc b/src/inkscape.rc
index 395ef39e1..2c2c0112b 100644
--- a/src/inkscape.rc
+++ b/src/inkscape.rc
@@ -3,8 +3,8 @@ APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico"
1 24 DISCARDABLE "./inkscape-manifest.xml"
1 VERSIONINFO
- FILEVERSION 0,48,0,9
- PRODUCTVERSION 0,48,0,9
+ FILEVERSION 0,91pre2,0,0
+ PRODUCTVERSION 0,91pre2,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
@@ -13,11 +13,11 @@ BEGIN
VALUE "Comments", "Published under the GNU GPL"
VALUE "CompanyName", "inkscape.org"
VALUE "FileDescription", "Inkscape"
- VALUE "FileVersion", "0.48+devel"
+ VALUE "FileVersion", "0.91pre2"
VALUE "InternalName", "Inkscape"
VALUE "LegalCopyright", "© 2014 Inkscape"
VALUE "ProductName", "Inkscape"
- VALUE "ProductVersion", "0.48+devel"
+ VALUE "ProductVersion", "0.91pre2"
END
END
BLOCK "VarFileInfo"
diff --git a/src/inkview-x64.rc b/src/inkview-x64.rc
index 2de16060b..f23fe84c9 100644
--- a/src/inkview-x64.rc
+++ b/src/inkview-x64.rc
@@ -3,8 +3,8 @@ APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico"
1 24 DISCARDABLE "./inkview-manifest-x64.xml"
1 VERSIONINFO
- FILEVERSION 0,48,0,9
- PRODUCTVERSION 0,48,0,9
+ FILEVERSION 0,91,0,0
+ PRODUCTVERSION 0,91,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
@@ -13,11 +13,11 @@ BEGIN
VALUE "Comments", "Published under the GNU GPL"
VALUE "CompanyName", "inkscape.org"
VALUE "FileDescription", "Inkview"
- VALUE "FileVersion", "0.48+devel"
+ VALUE "FileVersion", "0.91pre2"
VALUE "InternalName", "Inkview"
VALUE "LegalCopyright", "© 2014 Inkscape"
VALUE "ProductName", "Inkview"
- VALUE "ProductVersion", "0.48+devel"
+ VALUE "ProductVersion", "0.91pre2"
END
END
BLOCK "VarFileInfo"
diff --git a/src/inkview.rc b/src/inkview.rc
index fd7eb50a1..efbe2568b 100644
--- a/src/inkview.rc
+++ b/src/inkview.rc
@@ -3,8 +3,8 @@ APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico"
1 24 DISCARDABLE "./inkview-manifest.xml"
1 VERSIONINFO
- FILEVERSION 0,48,0,9
- PRODUCTVERSION 0,48,0,9
+ FILEVERSION 0,91pre2,0,0
+ PRODUCTVERSION 0,91pre2,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
@@ -13,11 +13,11 @@ BEGIN
VALUE "Comments", "Published under the GNU GPL"
VALUE "CompanyName", "inkscape.org"
VALUE "FileDescription", "Inkview"
- VALUE "FileVersion", "0.48+devel"
+ VALUE "FileVersion", "0.91pre2"
VALUE "InternalName", "Inkview"
VALUE "LegalCopyright", "© 2014 Inkscape"
VALUE "ProductName", "Inkview"
- VALUE "ProductVersion", "0.48+devel"
+ VALUE "ProductVersion", "0.91pre2"
END
END
BLOCK "VarFileInfo"