2.12.99: Set versions (#5427)

This commit is contained in:
Daniel Marjamäki 2023-09-10 18:43:00 +02:00 committed by GitHub
parent 6b1f17aafc
commit 4fa1c7d5f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 9 additions and 9 deletions

View File

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

View File

@ -1,6 +1,6 @@
# Version for libraries CPP
# Version string must have 3 "parts". https://sourceforge.net/p/cppcheck/discussion/development/thread/e57efb2b62/
SET(VERSION "2.11.99")
SET(VERSION "2.12.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

@ -2,8 +2,8 @@
// After a release the DEVMINOR is incremented. MAJOR=x MINOR=y, DEVMINOR=y+1
#define CPPCHECK_MAJOR_VERSION 2
#define CPPCHECK_MINOR_VERSION 11
#define CPPCHECK_DEVMINOR_VERSION 12
#define CPPCHECK_MINOR_VERSION 12
#define CPPCHECK_DEVMINOR_VERSION 13
#define CPPCHECK_FIX_VERSION 0
#define STRINGIFY(x) STRING(x)

View File

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

View File

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

View File

@ -1,6 +1,6 @@
---
title: Writing addons
subtitle: Version 2.11.99
subtitle: Version 2.12.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.12 dev" ?>
<?define ProductName = "Cppcheck $(var.Platform) 2.13 dev" ?>
<?define ProductNameShort = "Cppcheck" ?>
<?define ProductVersion = "2.11.99" ?>
<?define ProductVersion = "2.12.99" ?>
<?define ProductManufacturer = "The Cppcheck team" ?>
<?define ProductDescription = "Cppcheck is a tool for static analysis of C/C++ code" ?>