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.6.99
23+ * @version 2.7
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 "2.6.99 " )
2+ SET (VERSION "2.7 " )
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 3333# git checkout -b 2.6.x ; git push -u origin 2.6.x
3434#
3535# Update version numbers in:
36- # sed -i "s/2.[0-9 ][0-9]*.99 /2.5 /" cli/main.cpp
37- # sed -i "s/2. [0-9][0-9]*/2.5/ " cmake/versions.cmake
38- # sed -i "s/MINOR [0-9]+/MINOR 5 /" lib/version.h
39- # sed -i "s/2\. [0-9]+/2.5 /" win_installer/productInfo.wxi
40- # sed -i "s/subtitle: Version 2\.[0-9]+/subtitle: Version 2.5 /" man/*.md
36+ # sed -i -r "s/version 2[. ][0-9]+([.]99)* /2.7 /" cli/main.cpp
37+ # sed -i -r "s|2[.] [0-9]+([.]99)*|2.7| " cmake/versions.cmake
38+ # sed -i -r "s/MINOR [0-9]+/MINOR 7 /" lib/version.h
39+ # sed -i -r "s/2[.] [0-9]+([.]99)* /2.7 /" win_installer/productInfo.wxi
40+ # sed -i -r "s/subtitle: Version 2\.[0-9]+/subtitle: Version 2.7 /" man/*.md
4141# Ensure that "-rc1" is added in productInfo.wxi and lib/version.h
4242# Verify:
4343# grep '\.99' */*.[ch]* && grep '[0-9][0-9] dev' */*.[ch]*
Original file line number Diff line number Diff line change 22// After a release the DEVMINOR is incremented. MAJOR=x MINOR=y, DEVMINOR=y+1
33
44#define CPPCHECK_MAJOR 2
5- #define CPPCHECK_MINOR 6
5+ #define CPPCHECK_MINOR 7
66#define CPPCHECK_DEVMINOR 7
77
88#define STRINGIFY (x ) STRING(x)
Original file line number Diff line number Diff line change 11---
22title : Cppcheck manual
3- subtitle : Version 2.6
3+ subtitle : Version 2.7
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.6
3+ subtitle : Version 2.7
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.6 dev" ?>
3+ <?define ProductName = " Cppcheck $(var.Platform) 2.7 dev" ?>
44 <?define ProductNameShort = " Cppcheck" ?>
5- <?define ProductVersion = " 2.6.99 " ?>
5+ <?define ProductVersion = " 2.7 " ?>
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