Skip to content

Commit fc2210a

Browse files
authored
2.14.2: Set version (#6533)
1 parent 822bbd5 commit fc2210a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.14.1
23+
* @version 2.14.2
2424
*
2525
* @section overview_sec Overview
2626
* Cppcheck is a simple tool for static analysis of C/C++ code.

lib/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define CPPCHECK_MAJOR_VERSION 2
88
#define CPPCHECK_MINOR_VERSION 14
99
#define CPPCHECK_DEVMINOR_VERSION 14
10-
#define CPPCHECK_BUGFIX_VERSION 1
10+
#define CPPCHECK_BUGFIX_VERSION 2
1111

1212
#define STRINGIFY(x) STRING(x)
1313
#define STRING(VER) #VER

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.1" ?>
3+
<?define ProductName = "Cppcheck $(var.Platform) 2.14.2" ?>
44
<?define ProductNameShort = "Cppcheck" ?>
5-
<?define ProductVersion = "2.14.1" ?>
5+
<?define ProductVersion = "2.14.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)