Bump up version to 1.4.2

This commit is contained in:
Manolis Surligas 2018-10-27 20:45:05 +03:00
parent e7797003f7
commit 79bf73e5a9
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ 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 1)
set(VERSION_INFO_MINOR_VERSION 2)
set(VERSION_INFO_MAINT_VERSION git)
########################################################################