File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
/* *
21
21
*
22
22
* @mainpage Cppcheck
23
- * @version 2.14.1
23
+ * @version 2.14.2
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 7
7
#define CPPCHECK_MAJOR_VERSION 2
8
8
#define CPPCHECK_MINOR_VERSION 14
9
9
#define CPPCHECK_DEVMINOR_VERSION 14
10
- #define CPPCHECK_BUGFIX_VERSION 1
10
+ #define CPPCHECK_BUGFIX_VERSION 2
11
11
12
12
#define STRINGIFY (x ) STRING(x)
13
13
#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.14.1 " ?>
3
+ <?define ProductName = " Cppcheck $(var.Platform) 2.14.2 " ?>
4
4
<?define ProductNameShort = " Cppcheck" ?>
5
- <?define ProductVersion = " 2.14.1 " ?>
5
+ <?define ProductVersion = " 2.14.2 " ?>
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