File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.13)
2- project (Cppcheck VERSION 2.16 .99 LANGUAGES CXX)
2+ project (Cppcheck VERSION 2.17 .99 LANGUAGES CXX)
33
44include (cmake/options .cmake)
55
Original file line number Diff line number Diff line change 2020/* *
2121 *
2222 * @mainpage Cppcheck
23- * @version 2.16 .99
23+ * @version 2.17 .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 2323#define versionH
2424
2525#define CPPCHECK_MAJOR_VERSION 2
26- #define CPPCHECK_MINOR_VERSION 16
27- #define CPPCHECK_DEVMINOR_VERSION 17
26+ #define CPPCHECK_MINOR_VERSION 17
27+ #define CPPCHECK_DEVMINOR_VERSION 18
2828#define CPPCHECK_BUGFIX_VERSION 99
2929
3030#define STRINGIFY (x ) STRING(x)
Original file line number Diff line number Diff line change 11---
22title : Cppcheck manual
3- subtitle : Version 2.16 .99
3+ subtitle : Version 2.17 .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.16 .99
3+ subtitle : Version 2.17 .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.16 .99
3+ subtitle : Version 2.17 .99
44author : Cppcheck team
55lang : en
66documentclass : report
Original file line number Diff line number Diff line change 2626# Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/
2727# Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic
2828# changes)
29- SERVER_VERSION = "1.3.63 "
29+ SERVER_VERSION = "1.3.64 "
3030
3131# TODO: fetch from GitHub tags
32- OLD_VERSION = '2.16 .0'
32+ OLD_VERSION = '2.17 .0'
3333
3434HEAD_MARKER = 'head results:'
3535INFO_MARKER = 'info messages:'
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.17 dev" ?>
3+ <?define ProductName = " Cppcheck $(var.Platform) 2.18 dev" ?>
44 <?define ProductNameShort = " Cppcheck" ?>
5- <?define ProductVersion = " 2.16 .99" ?>
5+ <?define ProductVersion = " 2.17 .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