summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-05-23 18:25:25 +0000
committerTed Gould <ted@gould.cx>2010-05-23 18:25:25 +0000
commit24a8a8649d06307598d1f8336e3393cf93be054f (patch)
tree4220eff1ca84f051972a470e12e3be5829429cfe
parentChanging the build.xml files (diff)
downloadinkscape-24a8a8649d06307598d1f8336e3393cf93be054f.tar.gz
inkscape-24a8a8649d06307598d1f8336e3393cf93be054f.zip
Setting version in CMakeLists
(bzr r9443.1.3)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c92c1e25d..cccedab2a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
PROJECT(inkscape)
-SET(INKSCAPE_VERSION 0.47+devel)
+SET(INKSCAPE_VERSION 0.48pre0)
SET(PROJECT_NAME inkscape)
CMAKE_MINIMUM_REQUIRED(VERSION 2.4.6)
SET(CMAKE_INCLUDE_CURRENT_DIR TRUE)