Bump up version to 1.5.0

This commit is contained in:
Manolis Surligas 2018-11-28 01:14:37 +02:00
parent 1bc575cc25
commit 1afb2bae18
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ list(INSERT CMAKE_MODULE_PATH 0 ${CMAKE_SOURCE_DIR}/cmake/Modules)
# Set the version information here
set(VERSION_INFO_MAJOR_VERSION 1)
set(VERSION_INFO_API_COMPAT 4)
set(VERSION_INFO_MINOR_VERSION 2)
set(VERSION_INFO_API_COMPAT 5)
set(VERSION_INFO_MINOR_VERSION 0)
set(VERSION_INFO_MAINT_VERSION git)