]> git.lyx.org Git - features.git/commitdiff
cmake: update version info. Is there a build system independent way?
authorPeter Kümmel <syntheticpp@gmx.net>
Sat, 20 Oct 2007 09:34:19 +0000 (09:34 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Sat, 20 Oct 2007 09:34:19 +0000 (09:34 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21078 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/CMakeLists.txt

index 7b8dae89551e7ee5740b3cd3982af6605d58f39e..4345b7a5d5330bc2d2b83a6a7cf9b258935ce42c 100644 (file)
@@ -18,8 +18,8 @@ set(EXECUTABLE_OUTPUT_PATH  ${CMAKE_BINARY_DIR}/bin)
 set(CMAKE_SUPPRESS_REGENERATION TRUE)
 
 set(PACKAGE lyx)
-set(PACKAGE_VERSION 1.5.1)
-set(LYX_DATE "August, 2007")
+set(PACKAGE_VERSION 1.5.2)
+set(LYX_DATE "October, 2007")
 #TODO
 set(VERSION_INFO "CMake Build")