File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
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.14.99 LANGUAGES CXX )
5
+ project (Cppcheck VERSION 2.15.0 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.14.99
23
+ * @version 2.15.0
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 23
23
#define versionH
24
24
25
25
#define CPPCHECK_MAJOR_VERSION 2
26
- #define CPPCHECK_MINOR_VERSION 14
26
+ #define CPPCHECK_MINOR_VERSION 15
27
27
#define CPPCHECK_DEVMINOR_VERSION 15
28
- #define CPPCHECK_BUGFIX_VERSION 99
28
+ #define CPPCHECK_BUGFIX_VERSION 0
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.14.99
3
+ subtitle : Version 2.15
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.14.99
3
+ subtitle : Version 2.15
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.14.99
3
+ subtitle : Version 2.15
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.15 dev " ?>
3
+ <?define ProductName = " Cppcheck $(var.Platform) 2.15.0 " ?>
4
4
<?define ProductNameShort = " Cppcheck" ?>
5
- <?define ProductVersion = " 2.14.99 " ?>
5
+ <?define ProductVersion = " 2.15.0 " ?>
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