diff --git a/CMakeLists.txt b/CMakeLists.txt index 9187a14..ee89d7c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( smartcardauth ) -set( VERSION R14.0.13 ) #### include essential cmake modules @@ -31,6 +30,11 @@ include( CheckCSourceCompiles ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths include( TDESetupPaths )