From: Ted Gould Date: Sun, 18 Jul 2010 04:47:06 +0000 (-0500) Subject: Forgot CMakeLists, now 0.48.0 as well. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d2d2ee11f3b124caa0a81c9f8661733c7ed7bdab;p=inkscape.git Forgot CMakeLists, now 0.48.0 as well. --- 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)