File tree 4 files changed +5
-5
lines changed 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
/* *
21
21
*
22
22
* @mainpage Cppcheck
23
- * @version 2.12
23
+ * @version 2.12.1
24
24
*
25
25
* @section overview_sec Overview
26
26
* Cppcheck is a simple tool for static analysis of C/C++ code.
Original file line number Diff line number Diff line change 1
1
# Version for libraries CPP
2
2
# Version string must have 3 "parts". https://sourceforge.net/p/cppcheck/discussion/development/thread/e57efb2b62/
3
- SET (VERSION "2.12.0 " )
3
+ SET (VERSION "2.12.1 " )
4
4
STRING (REGEX MATCHALL "[0-9]+" VERSION_PARTS "${VERSION} " )
5
5
LIST (GET VERSION_PARTS 0 VERSION_MAJOR)
6
6
LIST (GET VERSION_PARTS 1 VERSION_MINOR)
Original file line number Diff line number Diff line change 4
4
#define CPPCHECK_MAJOR_VERSION 2
5
5
#define CPPCHECK_MINOR_VERSION 12
6
6
#define CPPCHECK_DEVMINOR_VERSION 12
7
- #define CPPCHECK_FIX_VERSION 0
7
+ #define CPPCHECK_FIX_VERSION 1
8
8
9
9
#define STRINGIFY (x ) STRING(x)
10
10
#define STRING (VER ) #VER
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Include >
3
- <?define ProductName = " Cppcheck $(var.Platform) 2.12" ?>
3
+ <?define ProductName = " Cppcheck $(var.Platform) 2.12.1 " ?>
4
4
<?define ProductNameShort = " Cppcheck" ?>
5
- <?define ProductVersion = " 2.12.0 " ?>
5
+ <?define ProductVersion = " 2.12.1 " ?>
6
6
7
7
<?define ProductManufacturer = " The Cppcheck team" ?>
8
8
<?define ProductDescription = " Cppcheck is a tool for static analysis of C/C++ code" ?>
You can’t perform that action at this time.
0 commit comments