diff --git a/CMakeLists.txt b/CMakeLists.txt index bd71f06..456394e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,6 @@ cmake_minimum_required( VERSION 3.1 ) project( libr ) set( PACKAGE libr ) -set( VERSION R14.1.0 ) set( PACKAGE_VERSION 0.6.0 ) @@ -34,6 +33,11 @@ include( CheckSymbolExists ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths ####################### include( TDESetupPaths )