Skip to content

Commit

Permalink
1.89: Set version
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Sep 1, 2019
1 parent c732456 commit 4ede39a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cli/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
*
* @mainpage Cppcheck
* @version 1.88.99
* @version 1.89
*
* @section overview_sec Overview
* Cppcheck is a simple tool for static analysis of C/C++ code.
Expand Down
2 changes: 1 addition & 1 deletion cmake/versions.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Version for libraries CPP
SET(VERSION "1.88.99")
SET(VERSION "1.89")
STRING(REGEX MATCHALL "[0-9]" VERSION_PARTS "${VERSION}")
LIST(GET VERSION_PARTS 0 VERSION_MAJOR)
LIST(GET VERSION_PARTS 1 VERSION_MINOR)
Expand Down
2 changes: 1 addition & 1 deletion lib/version.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define CPPCHECK_MAJOR 1
#define CPPCHECK_MINOR 88
#define CPPCHECK_MINOR 89
#define CPPCHECK_DEVMINOR 89

#define STRINGIFY(x) STRING(x)
Expand Down
2 changes: 1 addition & 1 deletion man/manual.docbook
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<book>
<bookinfo>
<title>Cppcheck 1.89 dev</title>
<title>Cppcheck 1.89</title>

<date>2018-04-23</date>
</bookinfo>
Expand Down
2 changes: 1 addition & 1 deletion man/manual.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Cppcheck manual
subtitle: Version 1.88
subtitle: Version 1.89
author: Cppcheck team
lang: en
toc: true
Expand Down
2 changes: 1 addition & 1 deletion man/reference-cfg-format.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Cppcheck .cfg format
subtitle: Version 1.88
subtitle: Version 1.89
author: Cppcheck team
lang: en
toc: true
Expand Down
4 changes: 2 additions & 2 deletions win_installer/productInfo.wxi
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<?define ProductName = "Cppcheck $(var.Platform) 1.89 dev" ?>
<?define ProductName = "Cppcheck $(var.Platform) 1.89" ?>
<?define ProductNameShort = "Cppcheck" ?>
<?define ProductVersion = "1.88.99" ?>
<?define ProductVersion = "1.89" ?>

<?define ProductManufacturer = "The Cppcheck team" ?>
<?define ProductDescription = "Cppcheck is a tool for static analysis of C/C++ code" ?>
Expand Down

0 comments on commit 4ede39a

Please sign in to comment.