diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2016-05-25 08:53:01 +0000 |
|---|---|---|
| committer | bryce <bryce@bryceharrington.org> | 2016-05-25 08:53:01 +0000 |
| commit | 6380e92ba356d6e83132b343884fea4dd7a924c4 (patch) | |
| tree | 4602ef6ee62cb7b89ec62b23e8e6be7708b4428b | |
| parent | Update for 0.92 alpha release (diff) | |
| download | inkscape-6380e92ba356d6e83132b343884fea4dd7a924c4.tar.gz inkscape-6380e92ba356d6e83132b343884fea4dd7a924c4.zip | |
Update for pre1
(bzr r14916)
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | build-lx.xml | 2 | ||||
| -rw-r--r-- | build-x64.xml | 2 | ||||
| -rw-r--r-- | build.xml | 2 | ||||
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | src/inkscape-x64.rc | 4 | ||||
| -rw-r--r-- | src/inkscape.rc | 4 | ||||
| -rw-r--r-- | src/inkview-x64.rc | 4 | ||||
| -rw-r--r-- | src/inkview.rc | 4 |
9 files changed, 13 insertions, 13 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c4759598a..a68b678c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ set(CMAKE_BUILD_TYPE_INIT "Release") project(inkscape) -set(INKSCAPE_VERSION 0.92pre0) +set(INKSCAPE_VERSION 0.92pre1) set(PROJECT_NAME inkscape) set(CMAKE_INCLUDE_CURRENT_DIR TRUE) if(APPLE) diff --git a/build-lx.xml b/build-lx.xml index 13d47eaf8..01be2d0fd 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.92pre0"/> + <property name="version" value="0.92pre1"/> <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 887681a67..1781f99ab 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.92pre0_64bit"/> + <property name="version" value="0.92pre1_64bit"/> <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.92pre0"/> + <property name="version" value="0.92pre1"/> <property name="src" location="src"/> <property name="lib" location="lib"/> <property name="build" location="build"/> diff --git a/configure.ac b/configure.ac index c4b6f7787..4cef05f70 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_PREREQ([2.64]) # (whereas we always know what the previous version was called). # # Pre-releases are named "M.NNpreX" where X starts at 0 for the first alpha. -AC_INIT([inkscape], [0.92pre0], +AC_INIT([inkscape], [0.92pre1], [http://bugs.launchpad.net/inkscape/+filebug], [inkscape], [http://inkscape.org/]) diff --git a/src/inkscape-x64.rc b/src/inkscape-x64.rc index 0f6ecb25a..2f4710a36 100644 --- a/src/inkscape-x64.rc +++ b/src/inkscape-x64.rc @@ -13,11 +13,11 @@ BEGIN VALUE "Comments", "Published under the GNU GPL" VALUE "CompanyName", "inkscape.org" VALUE "FileDescription", "Inkscape" - VALUE "FileVersion", "0.92pre0" + VALUE "FileVersion", "0.92pre1" VALUE "InternalName", "Inkscape" VALUE "LegalCopyright", "© 2014 Inkscape" VALUE "ProductName", "Inkscape" - VALUE "ProductVersion", "0.92pre0" + VALUE "ProductVersion", "0.92pre1" END END BLOCK "VarFileInfo" diff --git a/src/inkscape.rc b/src/inkscape.rc index 09b691371..087c5862d 100644 --- a/src/inkscape.rc +++ b/src/inkscape.rc @@ -13,11 +13,11 @@ BEGIN VALUE "Comments", "Published under the GNU GPL" VALUE "CompanyName", "inkscape.org" VALUE "FileDescription", "Inkscape" - VALUE "FileVersion", "0.92pre0" + VALUE "FileVersion", "0.92pre1" VALUE "InternalName", "Inkscape" VALUE "LegalCopyright", "© 2014 Inkscape" VALUE "ProductName", "Inkscape" - VALUE "ProductVersion", "0.92pre0" + VALUE "ProductVersion", "0.92pre1" END END BLOCK "VarFileInfo" diff --git a/src/inkview-x64.rc b/src/inkview-x64.rc index 424d895eb..465de4af1 100644 --- a/src/inkview-x64.rc +++ b/src/inkview-x64.rc @@ -13,11 +13,11 @@ BEGIN VALUE "Comments", "Published under the GNU GPL" VALUE "CompanyName", "inkscape.org" VALUE "FileDescription", "Inkview" - VALUE "FileVersion", "0.92pre0" + VALUE "FileVersion", "0.92pre1" VALUE "InternalName", "Inkview" VALUE "LegalCopyright", "© 2014 Inkscape" VALUE "ProductName", "Inkview" - VALUE "ProductVersion", "0.92pre0" + VALUE "ProductVersion", "0.92pre1" END END BLOCK "VarFileInfo" diff --git a/src/inkview.rc b/src/inkview.rc index 28a7f6884..34632bd14 100644 --- a/src/inkview.rc +++ b/src/inkview.rc @@ -13,11 +13,11 @@ BEGIN VALUE "Comments", "Published under the GNU GPL" VALUE "CompanyName", "inkscape.org" VALUE "FileDescription", "Inkview" - VALUE "FileVersion", "0.92pre0" + VALUE "FileVersion", "0.92pre1" VALUE "InternalName", "Inkview" VALUE "LegalCopyright", "© 2014 Inkscape" VALUE "ProductName", "Inkview" - VALUE "ProductVersion", "0.92pre0" + VALUE "ProductVersion", "0.92pre1" END END BLOCK "VarFileInfo" |
