From 1c8c26a488c71ac8de9ead645f5f20b88f9bbc62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 2 Aug 2014 11:58:30 +0200 Subject: [PATCH] 1.66: Set version --- cli/main.cpp | 2 +- lib/version.h | 4 ++-- man/manual.docbook | 4 ++-- win_installer/productInfo.wxi | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cli/main.cpp b/cli/main.cpp index 6f24d8556..d79544dd3 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -20,7 +20,7 @@ /** * * @mainpage Cppcheck - * @version 1.65.99 + * @version 1.66 * * @section overview_sec Overview * Cppcheck is a simple tool for static analysis of C/C++ code. diff --git a/lib/version.h b/lib/version.h index 9e46c7746..fed21ec02 100644 --- a/lib/version.h +++ b/lib/version.h @@ -1,3 +1,3 @@ -#define CPPCHECK_VERSION_STRING "1.66 dev" -#define CPPCHECK_VERSION 1,65,99,0 +#define CPPCHECK_VERSION_STRING "1.66" +#define CPPCHECK_VERSION 1,66,0,0 #define LEGALCOPYRIGHT L"Copyright (C) 2007-2014 Daniel Marjam\x00E4ki and Cppcheck team." diff --git a/man/manual.docbook b/man/manual.docbook index b2fe8fb0c..1e3569eec 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.66 dev + Cppcheck 1.66 2013-12-23 @@ -302,7 +302,7 @@ cppcheck -DA --force file.c <?xml version="1.0" encoding="UTF-8"?> <results version="2"> - <cppcheck version="1.53"> + <cppcheck version="1.66"> <errors> <error id="someError" severity="error" msg="short error text" verbose="long error text" inconclusive="true"> diff --git a/win_installer/productInfo.wxi b/win_installer/productInfo.wxi index 0450edbfd..1e5f2c1e2 100644 --- a/win_installer/productInfo.wxi +++ b/win_installer/productInfo.wxi @@ -1,8 +1,8 @@ - + - +