Skip to content

Commit 4842115

Browse files
committed
1.64 : Update versions
1 parent ebb59db commit 4842115

File tree

4 files changed

+6
-6
lines changed

4 files changed

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

lib/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#define CPPCHECK_VERSION_STRING "1.64 dev"
2-
#define CPPCHECK_VERSION 1,63,99,0
1+
#define CPPCHECK_VERSION_STRING "1.64"
2+
#define CPPCHECK_VERSION 1,64,0,0
33
#define LEGALCOPYRIGHT L"Copyright (C) 2007-2014 Daniel Marjam\x00E4ki and Cppcheck team."

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.64 dev</title>
6+
<title>Cppcheck 1.64</title>
77

88
<date>2013-12-23</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.64 dev" ?>
3+
<?define ProductName = "Cppcheck 1.64" ?>
44
<?define ProductNameShort = "Cppcheck" ?>
5-
<?define ProductVersion = "1.63.99" ?>
5+
<?define ProductVersion = "1.64" ?>
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)