From: Ted Gould Date: Thu, 17 Jun 2010 18:26:53 +0000 (-0500) Subject: Changing the CMakeLists.txt X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7aad78a211ab3dd72449b587677fec5efad7149e;p=inkscape.git Changing the CMakeLists.txt --- diff --git a/CMakeLists.txt b/CMakeLists.txt index c92c1e25d..6109d6623 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ PROJECT(inkscape) -SET(INKSCAPE_VERSION 0.47+devel) +SET(INKSCAPE_VERSION 0.48pre1) SET(PROJECT_NAME inkscape) CMAKE_MINIMUM_REQUIRED(VERSION 2.4.6) SET(CMAKE_INCLUDE_CURRENT_DIR TRUE)