Skip to content

Commit 4f3d37d

Browse files
committed
bunped version to 2.20.99/2.21
1 parent b672d76 commit 4f3d37d

8 files changed

Lines changed: 11 additions & 11 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.22)
2-
project(Cppcheck VERSION 2.18.99 LANGUAGES CXX)
2+
project(Cppcheck VERSION 2.20.99 LANGUAGES CXX)
33

44
include(cmake/options.cmake)
55

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.18.99
23+
* @version 2.20.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
@@ -20,8 +20,8 @@
2020
#ifndef versionH
2121
#define versionH
2222

23-
#define CPPCHECK_VERSION_STRING "2.19 dev"
24-
#define CPPCHECK_VERSION 2,18,99,0
23+
#define CPPCHECK_VERSION_STRING "2.21 dev"
24+
#define CPPCHECK_VERSION 2,20,99,0
2525

2626
#define LEGALCOPYRIGHT L"Copyright (C) 2007-2026 Cppcheck team."
2727

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.19 dev
3+
subtitle: Version 2.21 dev
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.19 dev
3+
subtitle: Version 2.21 dev
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.19 dev
3+
subtitle: Version 2.21 dev
44
author: Cppcheck team
55
lang: en
66
documentclass: report

tools/donate-cpu-server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
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.67"
29+
SERVER_VERSION = "1.3.68"
3030

3131
# TODO: fetch from GitHub tags
32-
OLD_VERSION = '2.19.0'
32+
OLD_VERSION = '2.20.0'
3333

3434
HEAD_MARKER = 'head results:'
3535
INFO_MARKER = 'info messages:'

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.19 dev" ?>
3+
<?define ProductName = "Cppcheck $(var.Platform) 2.21 dev" ?>
44
<?define ProductNameShort = "Cppcheck" ?>
5-
<?define ProductVersion = "2.18.99" ?>
5+
<?define ProductVersion = "2.20.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)