Bump up version to 1.2.6

This commit is contained in:
Manolis Surligas 2018-02-24 00:26:46 +02:00
parent 14ad8ad879
commit e2703d2663
2 changed files with 2 additions and 2 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 2)
set(VERSION_INFO_MINOR_VERSION 5)
set(VERSION_INFO_MINOR_VERSION 6)
set(VERSION_INFO_MAINT_VERSION git)
########################################################################

View File

@ -4,7 +4,7 @@
import sys
import json
VERSION = "@VERSION@"
VERSION = "@VERSION_INFO_MAJOR_VERSION@.@VERSION_INFO_API_COMPAT@.@VERSION_INFO_MINOR_VERSION@"
INFO = {
"name": "gr-satnogs",
"version": VERSION,