Skip to content

Commit c2a1c5f

Browse files
authored
bumped version to 2.14.99/2.15 (#6319)
1 parent 4f922b0 commit c2a1c5f

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ if (MSVC)
33
cmake_minimum_required(VERSION 3.13)
44
endif()
55
cmake_policy(SET CMP0048 NEW) # allow VERSION in project()
6-
project(Cppcheck VERSION 2.13.99 LANGUAGES CXX)
6+
project(Cppcheck VERSION 2.14.99 LANGUAGES CXX)
77

88
include(cmake/cxx11.cmake)
99
use_cxx11()

cli/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/**
2121
*
2222
* @mainpage Cppcheck
23-
* @version 2.13.99
23+
* @version 2.14.99
2424
*
2525
* @section overview_sec Overview
2626
* Cppcheck is a simple tool for static analysis of C/C++ code.

lib/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#define versionH
66

77
#define CPPCHECK_MAJOR_VERSION 2
8-
#define CPPCHECK_MINOR_VERSION 13
9-
#define CPPCHECK_DEVMINOR_VERSION 14
8+
#define CPPCHECK_MINOR_VERSION 14
9+
#define CPPCHECK_DEVMINOR_VERSION 15
1010
#define CPPCHECK_BUGFIX_VERSION 99
1111

1212
#define STRINGIFY(x) STRING(x)

man/manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Cppcheck manual
3-
subtitle: Version 2.13.99
3+
subtitle: Version 2.14.99
44
author: Cppcheck team
55
lang: en
66
documentclass: report

man/reference-cfg-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Cppcheck .cfg format
3-
subtitle: Version 2.13.99
3+
subtitle: Version 2.14.99
44
author: Cppcheck team
55
lang: en
66
documentclass: report

man/writing-addons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Writing addons
3-
subtitle: Version 2.13.99
3+
subtitle: Version 2.14.99
44
author: Cppcheck team
55
lang: en
66
documentclass: report

win_installer/productInfo.wxi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Include>
3-
<?define ProductName = "Cppcheck $(var.Platform) 2.14 dev" ?>
3+
<?define ProductName = "Cppcheck $(var.Platform) 2.15 dev" ?>
44
<?define ProductNameShort = "Cppcheck" ?>
5-
<?define ProductVersion = "2.13.99" ?>
5+
<?define ProductVersion = "2.14.99" ?>
66

77
<?define ProductManufacturer = "The Cppcheck team" ?>
88
<?define ProductDescription = "Cppcheck is a tool for static analysis of C/C++ code" ?>

0 commit comments

Comments
 (0)