Skip to content

Commit 8291bdd

Browse files
committed
Update versions
1 parent 1ad51ed commit 8291bdd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cli/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/**
2121
*
2222
* @mainpage Cppcheck
23-
* @version 2.10.99
23+
* @version 2.11
2424
*
2525
* @section overview_sec Overview
2626
* Cppcheck is a simple tool for static analysis of C/C++ code.

cmake/versions.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version for libraries CPP
2-
SET(VERSION "2.10.99")
2+
SET(VERSION "2.11")
33
STRING(REGEX MATCHALL "[0-9]+" VERSION_PARTS "${VERSION}")
44
LIST(GET VERSION_PARTS 0 VERSION_MAJOR)
55
LIST(GET VERSION_PARTS 1 VERSION_MINOR)

lib/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// After a release the DEVMINOR is incremented. MAJOR=x MINOR=y, DEVMINOR=y+1
33

44
#define CPPCHECK_MAJOR 2
5-
#define CPPCHECK_MINOR 10
5+
#define CPPCHECK_MINOR 11
66
#define CPPCHECK_DEVMINOR 11
77

88
#define STRINGIFY(x) STRING(x)

win_installer/productInfo.wxi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Include>
33
<?define ProductName = "Cppcheck $(var.Platform) 2.11 dev" ?>
44
<?define ProductNameShort = "Cppcheck" ?>
5-
<?define ProductVersion = "2.10.99" ?>
5+
<?define ProductVersion = "2.11" ?>
66

77
<?define ProductManufacturer = "The Cppcheck team" ?>
88
<?define ProductDescription = "Cppcheck is a tool for static analysis of C/C++ code" ?>

0 commit comments

Comments
 (0)