File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020/* *
2121 *
2222 * @mainpage Cppcheck
23- * @version 2.12.99
23+ * @version 2.13.0
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 11# Version for libraries CPP
22# Version string must have 3 "parts". https://sourceforge.net/p/cppcheck/discussion/development/thread/e57efb2b62/
3- SET (VERSION "2.12.99 " )
3+ SET (VERSION "2.13.0 " )
44STRING (REGEX MATCHALL "[0-9]+" VERSION_PARTS "${VERSION} " )
55LIST (GET VERSION_PARTS 0 VERSION_MAJOR)
66LIST (GET VERSION_PARTS 1 VERSION_MINOR)
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 12
8+ #define CPPCHECK_MINOR_VERSION 13
99#define CPPCHECK_DEVMINOR_VERSION 13
1010#define CPPCHECK_FIX_VERSION 0
1111
Original file line number Diff line number Diff line change 11---
22title : Cppcheck manual
3- subtitle : Version 2.12.99
3+ subtitle : Version 2.13
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.12.99
3+ subtitle : Version 2.13
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.12.99
3+ subtitle : Version 2.13
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.13 dev " ?>
3+ <?define ProductName = " Cppcheck $(var.Platform) 2.13.0 " ?>
44 <?define ProductNameShort = " Cppcheck" ?>
5- <?define ProductVersion = " 2.12.99 " ?>
5+ <?define ProductVersion = " 2.13.0 " ?>
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