Skip to content

Commit

Permalink
2.14.1: Set version
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed May 26, 2024
1 parent 8cabf85 commit cc7f2ea
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.0
* @version 2.14.1
*
* @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 0
#define CPPCHECK_BUGFIX_VERSION 1

#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.0" ?>
<?define ProductName = "Cppcheck $(var.Platform) 2.14.1" ?>
<?define ProductNameShort = "Cppcheck" ?>
<?define ProductVersion = "2.14.0" ?>
<?define ProductVersion = "2.14.1" ?>

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

0 comments on commit cc7f2ea

Please sign in to comment.