Skip to content

Commit 59e7a84

Browse files
committed
2.16.2: Set version
1 parent 37e0628 commit 59e7a84

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5)
22
if(MSVC)
33
cmake_minimum_required(VERSION 3.13)
44
endif()
5-
project(Cppcheck VERSION 2.16.1 LANGUAGES CXX)
5+
project(Cppcheck VERSION 2.16.2 LANGUAGES CXX)
66

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

cli/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/**
2121
*
2222
* @mainpage Cppcheck
23-
* @version 2.16.1
23+
* @version 2.16.2
2424
*
2525
* @section overview_sec Overview
2626
* Cppcheck is a simple tool for static analysis of C/C++ code.

lib/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#define CPPCHECK_MAJOR_VERSION 2
2626
#define CPPCHECK_MINOR_VERSION 16
2727
#define CPPCHECK_DEVMINOR_VERSION 16
28-
#define CPPCHECK_BUGFIX_VERSION 1
28+
#define CPPCHECK_BUGFIX_VERSION 2
2929

3030
#define STRINGIFY(x) STRING(x)
3131
#define STRING(VER) #VER

man/manual.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Cppcheck manual
3-
subtitle: Version 2.16.1
3+
subtitle: Version 2.16.2
44
author: Cppcheck team
55
lang: en
66
documentclass: report

man/reference-cfg-format.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Cppcheck .cfg format
3-
subtitle: Version 2.16.1
3+
subtitle: Version 2.16.2
44
author: Cppcheck team
55
lang: en
66
documentclass: report

man/writing-addons.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Writing addons
3-
subtitle: Version 2.16.1
3+
subtitle: Version 2.16.2
44
author: Cppcheck team
55
lang: en
66
documentclass: report

win_installer/productInfo.wxi

+2-2
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.16.1" ?>
3+
<?define ProductName = "Cppcheck $(var.Platform) 2.16.2" ?>
44
<?define ProductNameShort = "Cppcheck" ?>
5-
<?define ProductVersion = "2.16.1" ?>
5+
<?define ProductVersion = "2.16.2" ?>
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)