File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ if (MSVC)
33 cmake_minimum_required (VERSION 3.13 )
44endif ()
55cmake_policy (SET CMP0048 NEW ) # allow VERSION in project()
6- project (Cppcheck VERSION 2.13 .99 LANGUAGES CXX )
6+ project (Cppcheck VERSION 2.14 .99 LANGUAGES CXX )
77
88include (cmake/cxx11.cmake )
99use_cxx11 ()
Original file line number Diff line number Diff line change 2020/* *
2121 *
2222 * @mainpage Cppcheck
23- * @version 2.13 .99
23+ * @version 2.14 .99
2424 *
2525 * @section overview_sec Overview
2626 * Cppcheck is a simple tool for static analysis of C/C++ code.
Original file line number Diff line number Diff line change 55#define versionH
66
77#define CPPCHECK_MAJOR_VERSION 2
8- #define CPPCHECK_MINOR_VERSION 13
9- #define CPPCHECK_DEVMINOR_VERSION 14
8+ #define CPPCHECK_MINOR_VERSION 14
9+ #define CPPCHECK_DEVMINOR_VERSION 15
1010#define CPPCHECK_BUGFIX_VERSION 99
1111
1212#define STRINGIFY (x ) STRING(x)
Original file line number Diff line number Diff line change 11---
22title : Cppcheck manual
3- subtitle : Version 2.13 .99
3+ subtitle : Version 2.14 .99
44author : Cppcheck team
55lang : en
66documentclass : report
Original file line number Diff line number Diff line change 11---
22title : Cppcheck .cfg format
3- subtitle : Version 2.13 .99
3+ subtitle : Version 2.14 .99
44author : Cppcheck team
55lang : en
66documentclass : report
Original file line number Diff line number Diff line change 11---
22title : Writing addons
3- subtitle : Version 2.13 .99
3+ subtitle : Version 2.14 .99
44author : Cppcheck team
55lang : en
66documentclass : report
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Include >
3- <?define ProductName = " Cppcheck $(var.Platform) 2.14 dev" ?>
3+ <?define ProductName = " Cppcheck $(var.Platform) 2.15 dev" ?>
44 <?define ProductNameShort = " Cppcheck" ?>
5- <?define ProductVersion = " 2.13 .99" ?>
5+ <?define ProductVersion = " 2.14 .99" ?>
66
77 <?define ProductManufacturer = " The Cppcheck team" ?>
88 <?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