Set development version 2.0.99

This commit is contained in:
Daniel Marjamäki 2020-05-15 11:15:23 +02:00
parent 1d80cd23ca
commit 275c8e84d2
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Version for libraries CPP
SET(VERSION "2.0.0")
SET(VERSION "2.0.99")
STRING(REGEX MATCHALL "[0-9]" VERSION_PARTS "${VERSION}")
LIST(GET VERSION_PARTS 0 VERSION_MAJOR)
LIST(GET VERSION_PARTS 1 VERSION_MINOR)

View File

@ -1,6 +1,6 @@
#define CPPCHECK_MAJOR 2
#define CPPCHECK_MINOR 0
#define CPPCHECK_DEVMINOR 0
#define CPPCHECK_DEVMINOR 99
#define STRINGIFY(x) STRING(x)
#define STRING(VER) #VER