summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-07-18 04:47:06 +0000
committerTed Gould <ted@gould.cx>2010-07-18 04:47:06 +0000
commit181aeaf5a75d06fe188fbe308785662683294a10 (patch)
treea4d8835f1f7dcdf756480d89467b37118a2d8402
parentMaking the version 0.48.0 clean (diff)
downloadinkscape-181aeaf5a75d06fe188fbe308785662683294a10.tar.gz
inkscape-181aeaf5a75d06fe188fbe308785662683294a10.zip
Forgot CMakeLists, now 0.48.0 as well.
(bzr r9606.1.9)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c92c1e25d..6923b8fb2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
PROJECT(inkscape)
-SET(INKSCAPE_VERSION 0.47+devel)
+SET(INKSCAPE_VERSION 0.48.0)
SET(PROJECT_NAME inkscape)
CMAKE_MINIMUM_REQUIRED(VERSION 2.4.6)
SET(CMAKE_INCLUDE_CURRENT_DIR TRUE)