Bump up version to 1.4.0

This commit is contained in:
Manolis Surligas 2018-07-30 14:06:00 +03:00
parent 16854f6495
commit 75384606b8
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 3)
set(VERSION_INFO_MINOR_VERSION 1)
set(VERSION_INFO_API_COMPAT 4)
set(VERSION_INFO_MINOR_VERSION 0)
set(VERSION_INFO_MAINT_VERSION git)
########################################################################