cmake: update version info. Is there a build system independent way?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21078 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2007-10-20 09:34:19 +00:00
parent 143dfdc9d3
commit 7346ca40a1

View 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")