From 541d093fe300538f95c80787db9ef2e56cc76b13 Mon Sep 17 00:00:00 2001 From: sbh Date: Wed, 21 Jan 2015 17:34:14 +0300 Subject: [PATCH] set version of the app from cmake lists file --- CMakeLists.txt | 1 + doc/doxyfile.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2