From: Ted Gould Date: Sun, 18 Jul 2010 04:48:07 +0000 (-0500) Subject: Forgot CMakeLists.txt, it's 0.48+devel as well now. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3cd6f007f0e4a24a4e95bbb525672f88b3fc065e;p=inkscape.git Forgot CMakeLists.txt, it's 0.48+devel as well now. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index c92c1e25d..a9b66d436 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ PROJECT(inkscape) -SET(INKSCAPE_VERSION 0.47+devel) +SET(INKSCAPE_VERSION 0.48+devel) SET(PROJECT_NAME inkscape) CMAKE_MINIMUM_REQUIRED(VERSION 2.4.6) SET(CMAKE_INCLUDE_CURRENT_DIR TRUE)