Skip to content

Commit 3ddbcc7

Browse files
author
Daniel Marjamäki
committed
1.54: updated version numbers
1 parent ee67dc1 commit 3ddbcc7

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

cli/cppcheck.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ END
5656
//
5757

5858
VS_VERSION_INFO VERSIONINFO
59-
FILEVERSION 1,53,0,0
60-
PRODUCTVERSION 1,53,0,0
59+
FILEVERSION 1,54,0,0
60+
PRODUCTVERSION 1,54,0,0
6161
FILEFLAGSMASK 0x17L
6262
#ifdef _DEBUG
6363
FILEFLAGS 0x1L
@@ -73,12 +73,12 @@ BEGIN
7373
BLOCK "040904b0"
7474
BEGIN
7575
VALUE "FileDescription", "cppcheck Application"
76-
VALUE "FileVersion", "1.53"
76+
VALUE "FileVersion", "1.54"
7777
VALUE "InternalName", "cppcheck"
7878
VALUE "LegalCopyright", "Copyright (C) 2007-2012 Daniel Marjam�ki and Cppcheck team."
7979
VALUE "OriginalFilename", "cppcheck.exe"
8080
VALUE "ProductName", "cppcheck Application"
81-
VALUE "ProductVersion", "1.53"
81+
VALUE "ProductVersion", "1.54"
8282
END
8383
END
8484
BLOCK "VarFileInfo"

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

lib/cppcheck.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#include <pcre.h>
3535
#endif
3636

37-
static const char Version[] = "1.53";
37+
static const char Version[] = "1.54";
3838
static const char ExtraVersion[] = "";
3939

4040
static TimerResults S_timerResults;

man/manual.docbook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
44
<book>
55
<bookinfo>
6-
<title>Cppcheck 1.53</title>
6+
<title>Cppcheck 1.54</title>
77

88
<date>2012-04-08</date>
99
</bookinfo>

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 1.53" ?>
3+
<?define ProductName = "Cppcheck 1.54" ?>
44
<?define ProductNameShort = "Cppcheck" ?>
5-
<?define ProductVersion = "1.53.0" ?>
5+
<?define ProductVersion = "1.54.0" ?>
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)