Skip to content

Commit

Permalink
2.14.2: Set version
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Jun 17, 2024
1 parent 822bbd5 commit 5f8fa17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cli/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
*
* @mainpage Cppcheck
* @version 2.14.1
* @version 2.14.2
*
* @section overview_sec Overview
* Cppcheck is a simple tool for static analysis of C/C++ code.
Expand Down
2 changes: 1 addition & 1 deletion lib/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define CPPCHECK_MAJOR_VERSION 2
#define CPPCHECK_MINOR_VERSION 14
#define CPPCHECK_DEVMINOR_VERSION 14
#define CPPCHECK_BUGFIX_VERSION 1
#define CPPCHECK_BUGFIX_VERSION 2

#define STRINGIFY(x) STRING(x)
#define STRING(VER) #VER
Expand Down
4 changes: 2 additions & 2 deletions win_installer/productInfo.wxi
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<?define ProductName = "Cppcheck $(var.Platform) 2.14.1" ?>
<?define ProductName = "Cppcheck $(var.Platform) 2.14.2" ?>
<?define ProductNameShort = "Cppcheck" ?>
<?define ProductVersion = "2.14.1" ?>
<?define ProductVersion = "2.14.2" ?>

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

0 comments on commit 5f8fa17

Please sign in to comment.