From: sbh Date: Wed, 21 Jan 2015 14:34:14 +0000 (+0300) Subject: set version of the app from cmake lists file X-Git-Tag: V_1.0.0~31 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=541d093fe300538f95c80787db9ef2e56cc76b13;p=modules%2Fshaper.git set version of the app from cmake lists file --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e8f11ec9..c9f155394 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.10) PROJECT (NewGEOM) +SET (NewGeom_Version 0.7.1) SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/CMakeCommon" ${CMAKE_MODULE_PATH}) diff --git a/doc/doxyfile.in b/doc/doxyfile.in index da35f2e1a..5abca4b86 100644 --- a/doc/doxyfile.in +++ b/doc/doxyfile.in @@ -32,7 +32,7 @@ PROJECT_NAME = @CMAKE_PROJECT_NAME@ # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = +PROJECT_NUMBER = @NewGeom_Version@ # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer