Skip to content

Commit 2536746

Browse files
author
Daniel Marjamäki
committed
1.55: Set version
1 parent 9716c05 commit 2536746

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

cli/cppcheck.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ BEGIN
7373
BLOCK "040904b0"
7474
BEGIN
7575
VALUE "FileDescription", "cppcheck Application"
76-
VALUE "FileVersion", "1.55 dev"
76+
VALUE "FileVersion", "1.55"
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.55 dev"
81+
VALUE "ProductVersion", "1.55"
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.54
23+
* @version 1.55
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.55 dev";
37+
static const char Version[] = "1.55";
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.55 dev</title>
6+
<title>Cppcheck 1.55</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.55 dev" ?>
3+
<?define ProductName = "Cppcheck 1.55" ?>
44
<?define ProductNameShort = "Cppcheck" ?>
5-
<?define ProductVersion = "1.55.dev" ?>
5+
<?define ProductVersion = "1.55" ?>
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)