Skip to content

Commit cc7f2ea

Browse files
authored
2.14.1: Set version
1 parent 8cabf85 commit cc7f2ea

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.0
23+
* @version 2.14.1
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 0
10+
#define CPPCHECK_BUGFIX_VERSION 1
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.0" ?>
3+
<?define ProductName = "Cppcheck $(var.Platform) 2.14.1" ?>
44
<?define ProductNameShort = "Cppcheck" ?>
5-
<?define ProductVersion = "2.14.0" ?>
5+
<?define ProductVersion = "2.14.1" ?>
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)