set version 2.2.99

This commit is contained in:
Daniel Marjamäki 2020-10-03 13:54:17 +02:00
parent ad620413f1
commit 2e20ee9e39
6 changed files with 7 additions and 7 deletions

View File

@ -20,7 +20,7 @@
/**
*
* @mainpage Cppcheck
* @version 2.2
* @version 2.2.99
*
* @section overview_sec Overview
* Cppcheck is a simple tool for static analysis of C/C++ code.

View File

@ -1,5 +1,5 @@
# Version for libraries CPP
SET(VERSION "2.2")
SET(VERSION "2.2.99")
STRING(REGEX MATCHALL "[0-9]" VERSION_PARTS "${VERSION}")
LIST(GET VERSION_PARTS 0 VERSION_MAJOR)
LIST(GET VERSION_PARTS 1 VERSION_MINOR)

View File

@ -3,7 +3,7 @@
#define CPPCHECK_MAJOR 2
#define CPPCHECK_MINOR 2
#define CPPCHECK_DEVMINOR 2
#define CPPCHECK_DEVMINOR 3
#define STRINGIFY(x) STRING(x)
#define STRING(VER) #VER

View File

@ -1,6 +1,6 @@
---
title: Cppcheck manual
subtitle: Version 2.2
subtitle: Version 2.2.99
author: Cppcheck team
lang: en
documentclass: report

View File

@ -1,6 +1,6 @@
---
title: Cppcheck .cfg format
subtitle: Version 2.2
subtitle: Version 2.2.99
author: Cppcheck team
lang: en
documentclass: report

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<?define ProductName = "Cppcheck $(var.Platform) 2.2" ?>
<?define ProductName = "Cppcheck $(var.Platform) 2.3 dev" ?>
<?define ProductNameShort = "Cppcheck" ?>
<?define ProductVersion = "2.2" ?>
<?define ProductVersion = "2.2.99" ?>
<?define ProductManufacturer = "The Cppcheck team" ?>
<?define ProductDescription = "Cppcheck is a tool for static analysis of C/C++ code" ?>