File tree 7 files changed +8
-8
lines changed
7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5)
2
2
if (MSVC )
3
3
cmake_minimum_required (VERSION 3.13)
4
4
endif ()
5
- project (Cppcheck VERSION 2.16.1 LANGUAGES CXX)
5
+ project (Cppcheck VERSION 2.16.2 LANGUAGES CXX)
6
6
7
7
include (cmake/cxx11.cmake)
8
8
use_cxx11()
Original file line number Diff line number Diff line change 20
20
/* *
21
21
*
22
22
* @mainpage Cppcheck
23
- * @version 2.16.1
23
+ * @version 2.16.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 25
25
#define CPPCHECK_MAJOR_VERSION 2
26
26
#define CPPCHECK_MINOR_VERSION 16
27
27
#define CPPCHECK_DEVMINOR_VERSION 16
28
- #define CPPCHECK_BUGFIX_VERSION 1
28
+ #define CPPCHECK_BUGFIX_VERSION 2
29
29
30
30
#define STRINGIFY (x ) STRING(x)
31
31
#define STRING (VER ) #VER
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Cppcheck manual
3
- subtitle : Version 2.16.1
3
+ subtitle : Version 2.16.2
4
4
author : Cppcheck team
5
5
lang : en
6
6
documentclass : report
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Cppcheck .cfg format
3
- subtitle : Version 2.16.1
3
+ subtitle : Version 2.16.2
4
4
author : Cppcheck team
5
5
lang : en
6
6
documentclass : report
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Writing addons
3
- subtitle : Version 2.16.1
3
+ subtitle : Version 2.16.2
4
4
author : Cppcheck team
5
5
lang : en
6
6
documentclass : report
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.16.1 " ?>
3
+ <?define ProductName = " Cppcheck $(var.Platform) 2.16.2 " ?>
4
4
<?define ProductNameShort = " Cppcheck" ?>
5
- <?define ProductVersion = " 2.16.1 " ?>
5
+ <?define ProductVersion = " 2.16.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