Skip to content

Commit c622336

Browse files
committed
Set version to 1.59 dev
1 parent 0e82ca7 commit c622336

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.58";
37+
static const char Version[] = "1.59 dev";
3838
static const char ExtraVersion[] = "";
3939

4040
static TimerResults S_timerResults;

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.58"
2-
#define CPPCHECK_VERSION 1,58,0,0
1+
#define CPPCHECK_VERSION_STRING "1.59"
2+
#define CPPCHECK_VERSION 1,58,99,0
33
#define LEGALCOPYRIGHT L"Copyright (C) 2007-2013 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.58</title>
6+
<title>Cppcheck 1.59 dev</title>
77

88
<date>2013-01-12</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.58" ?>
3+
<?define ProductName = "Cppcheck 1.59 dev" ?>
44
<?define ProductNameShort = "Cppcheck" ?>
5-
<?define ProductVersion = "1.58" ?>
5+
<?define ProductVersion = "1.58.99" ?>
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)