Adjust version 2.11.99 => 2.10.99 (#4851)

This commit is contained in:
Daniel Marjamäki 2023-03-04 17:19:31 +01:00 committed by GitHub
parent a00b6e1f8a
commit 340baf10cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View File

@ -20,7 +20,7 @@
/**
*
* @mainpage Cppcheck
* @version 2.11.99
* @version 2.10.99
*
* @section overview_sec Overview
* Cppcheck is a simple tool for static analysis of C/C++ code.

View File

@ -1,9 +1,10 @@
# Version for libraries CPP
SET(VERSION "2.11.99")
SET(VERSION "2.10.99")
STRING(REGEX MATCHALL "[0-9]+" VERSION_PARTS "${VERSION}")
LIST(GET VERSION_PARTS 0 VERSION_MAJOR)
LIST(GET VERSION_PARTS 1 VERSION_MINOR)
SET(SOVERSION "${VERSION_MAJOR}.${VERSION_MINOR}")
LIST(GET VERSION_PARTS 2 VERSION_PATCH)
SET(SOVERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
# Postfix of so's:
SET(DLLVERSION "")

View File

@ -2,7 +2,7 @@
<Include>
<?define ProductName = "Cppcheck $(var.Platform) 2.11 dev" ?>
<?define ProductNameShort = "Cppcheck" ?>
<?define ProductVersion = "2.11.99" ?>
<?define ProductVersion = "2.10.99" ?>
<?define ProductManufacturer = "The Cppcheck team" ?>
<?define ProductDescription = "Cppcheck is a tool for static analysis of C/C++ code" ?>