set library version to 2.4.1

Update CMakeLists.txt to set library version to 2.4.1
This commit is contained in:
Michael Tsukerman 2019-09-06 22:57:51 +02:00 committed by Howard Hinnant
parent 3a343adf6a
commit 9454aeda2b

View File

@ -1,7 +1,7 @@
cmake_minimum_required( VERSION 3.1.0 )
project( date_prj )
set(DATE_LIBRARY_VERSION 1.0.0)
set(DATE_LIBRARY_VERSION 2.4.1)
include( GNUInstallDirs )