Skip to content

Commit 321d2ae

Browse files
committed
Set version to 1.74.99/1.75 dev
1 parent bd8fa0d commit 321d2ae

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

lib/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define CPPCHECK_MAJOR 1
22
#define CPPCHECK_MINOR 74
3-
#define CPPCHECK_DEVMINOR 74
3+
#define CPPCHECK_DEVMINOR 75
44

55
#define STRINGIFY(x) STRING(x)
66
#define STRING(VER) #VER

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

88
<date>2015-09-09</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 $(var.Platform) 1.74" ?>
3+
<?define ProductName = "Cppcheck $(var.Platform) 1.75 dev" ?>
44
<?define ProductNameShort = "Cppcheck" ?>
5-
<?define ProductVersion = "1.74" ?>
5+
<?define ProductVersion = "1.74.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)