From cebf34e71863cad180bf0edd8e673985b345e8ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 7 Oct 2017 12:55:36 +0200 Subject: [PATCH] 1.81: Set versions --- cli/main.cpp | 2 +- cmake/versions.cmake | 2 +- createrelease | 2 +- lib/version.h | 2 +- man/manual.docbook | 2 +- win_installer/productInfo.wxi | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cli/main.cpp b/cli/main.cpp index f455b915d..50b448958 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -20,7 +20,7 @@ /** * * @mainpage Cppcheck - * @version 1.80.99 + * @version 1.81 * * @section overview_sec Overview * Cppcheck is a simple tool for static analysis of C/C++ code. diff --git a/cmake/versions.cmake b/cmake/versions.cmake index f2dc6f267..59c6a6c41 100644 --- a/cmake/versions.cmake +++ b/cmake/versions.cmake @@ -1,5 +1,5 @@ # Version for libraries CPP -SET(VERSION "1.80.99") +SET(VERSION "1.81") STRING(REGEX MATCHALL "[0-9]" VERSION_PARTS "${VERSION}") LIST(GET VERSION_PARTS 0 VERSION_MAJOR) LIST(GET VERSION_PARTS 1 VERSION_MINOR) diff --git a/createrelease b/createrelease index 244679219..6c7034fc4 100755 --- a/createrelease +++ b/createrelease @@ -14,7 +14,7 @@ # ./cppcheck --xml-version=2 --errorlist > errlist.xml && xmllint --noout errlist.xml # # Update AUTHORS using output from: -# git log --format='%aN' 1.77..HEAD | sort -u > AUTHORS2 && diff -y AUTHORS AUTHORS2 | less +# git log --format='%aN' 1.81..HEAD | sort -u > AUTHORS2 && diff -y AUTHORS AUTHORS2 | less # # Update version numbers in: # sed -i "s/1.[0-9][0-9].99/1.80/" cli/main.cpp diff --git a/lib/version.h b/lib/version.h index 3cb67988d..4e95da575 100644 --- a/lib/version.h +++ b/lib/version.h @@ -1,5 +1,5 @@ #define CPPCHECK_MAJOR 1 -#define CPPCHECK_MINOR 80 +#define CPPCHECK_MINOR 81 #define CPPCHECK_DEVMINOR 81 #define STRINGIFY(x) STRING(x) diff --git a/man/manual.docbook b/man/manual.docbook index 8771463a4..efff6db73 100644 --- a/man/manual.docbook +++ b/man/manual.docbook @@ -3,7 +3,7 @@ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> - Cppcheck 1.81 dev + Cppcheck 1.81 2017-08-12 diff --git a/win_installer/productInfo.wxi b/win_installer/productInfo.wxi index 0743290ee..10fb25a40 100644 --- a/win_installer/productInfo.wxi +++ b/win_installer/productInfo.wxi @@ -1,8 +1,8 @@ - + - +