From: Ted Gould Date: Sun, 23 May 2010 18:25:25 +0000 (-0500) Subject: Setting version in CMakeLists X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4b2dcff1eb2a7a6da1aa36ac110f3bd8d48d4ae4;p=inkscape.git Setting version in CMakeLists --- 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)