2.6.3: set version

This commit is contained in:
Daniel Marjamäki 2021-12-15 19:25:42 +01:00
parent 800317aad0
commit 3e518e64d0
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -8,7 +8,7 @@
#define STRINGIFY(x) STRING(x)
#define STRING(VER) #VER
#if CPPCHECK_MINOR == CPPCHECK_DEVMINOR
#define CPPCHECK_VERSION_STRING STRINGIFY(CPPCHECK_MAJOR) "." STRINGIFY(CPPCHECK_DEVMINOR) ".2"
#define CPPCHECK_VERSION_STRING STRINGIFY(CPPCHECK_MAJOR) "." STRINGIFY(CPPCHECK_DEVMINOR) ".3"
#define CPPCHECK_VERSION CPPCHECK_MAJOR,CPPCHECK_MINOR,1,0
#else
#define CPPCHECK_VERSION_STRING STRINGIFY(CPPCHECK_MAJOR) "." STRINGIFY(CPPCHECK_DEVMINOR) " dev"

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<?define ProductName = "Cppcheck $(var.Platform) 2.6.2" ?>
<?define ProductName = "Cppcheck $(var.Platform) 2.6.3" ?>
<?define ProductNameShort = "Cppcheck" ?>
<?define ProductVersion = "2.6.2" ?>
<?define ProductVersion = "2.6.3" ?>
<?define ProductManufacturer = "The Cppcheck team" ?>
<?define ProductDescription = "Cppcheck is a tool for static analysis of C/C++ code" ?>