File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.13)
2- project (Cppcheck VERSION 2.17 .99 LANGUAGES CXX)
2+ project (Cppcheck VERSION 2.18 .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.17 .99
23+ * @version 2.18 .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---
22title : Cppcheck manual
3- subtitle : Version 2.17.99
3+ subtitle : Version 2.19 dev
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.17.99
3+ subtitle : Version 2.19 dev
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.17.99
3+ subtitle : Version 2.19 dev
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.18 dev" ?>
3+ <?define ProductName = " Cppcheck $(var.Platform) 2.19 dev" ?>
44 <?define ProductNameShort = " Cppcheck" ?>
5- <?define ProductVersion = " 2.17 .99" ?>
5+ <?define ProductVersion = " 2.18 .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