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 1.81
23+ * @version 1.81.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 11# Version for libraries CPP
2- SET (VERSION "1.81" )
2+ SET (VERSION "1.81.99 " )
33STRING (REGEX MATCHALL "[0-9]" VERSION_PARTS "${VERSION} " )
44LIST (GET VERSION_PARTS 0 VERSION_MAJOR)
55LIST (GET VERSION_PARTS 1 VERSION_MINOR)
Original file line number Diff line number Diff line change 11#define CPPCHECK_MAJOR 1
22#define CPPCHECK_MINOR 81
3- #define CPPCHECK_DEVMINOR 81
3+ #define CPPCHECK_DEVMINOR 82
44
55#define STRINGIFY (x ) STRING(x)
66#define STRING (VER ) #VER
Original file line number Diff line number Diff line change 33"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
44<book >
55 <bookinfo >
6- <title >Cppcheck 1.81 </title >
6+ <title >Cppcheck 1.82 dev </title >
77
88 <date >2017-08-12</date >
99 </bookinfo >
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) 1.81 " ?>
3+ <?define ProductName = " Cppcheck $(var.Platform) 1.82 dev " ?>
44 <?define ProductNameShort = " Cppcheck" ?>
5- <?define ProductVersion = " 1.81" ?>
5+ <?define ProductVersion = " 1.81.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