cmake: update project version (#699)

This commit is contained in:
Andrea Pappacoda 2021-09-01 15:57:59 +02:00 committed by GitHub
parent 28b5106d4c
commit 2e19c006e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
include( FetchContent ) include( FetchContent )
FetchContent_Declare( date_src FetchContent_Declare( date_src
GIT_REPOSITORY https://github.com/HowardHinnant/date.git GIT_REPOSITORY https://github.com/HowardHinnant/date.git
GIT_TAG v3.0.0 # adjust tag/branch/commit as needed GIT_TAG v3.0.1 # adjust tag/branch/commit as needed
) )
FetchContent_MakeAvailable(date_src) FetchContent_MakeAvailable(date_src)
... ...
@ -17,7 +17,7 @@
cmake_minimum_required( VERSION 3.7 ) cmake_minimum_required( VERSION 3.7 )
project( date VERSION 3.0.0 ) project( date VERSION 3.0.1 )
set(ABI_VERSION 3) # used as SOVERSION, increment when ABI changes set(ABI_VERSION 3) # used as SOVERSION, increment when ABI changes
include( GNUInstallDirs ) include( GNUInstallDirs )