diff --git a/cli/main.cpp b/cli/main.cpp index 120cc8f3d..9e2ca3bf0 100644 --- a/cli/main.cpp +++ b/cli/main.cpp @@ -20,7 +20,7 @@ /** * * @mainpage Cppcheck - * @version 1.63 + * @version 1.63.1 * * @section overview_sec Overview * Cppcheck is a simple tool for static analysis of C/C++ code. diff --git a/lib/cppcheck.cpp b/lib/cppcheck.cpp index 05e86d807..beee60218 100644 --- a/lib/cppcheck.cpp +++ b/lib/cppcheck.cpp @@ -34,7 +34,7 @@ #include #endif -static const char Version[] = "1.63"; +static const char Version[] = "1.63.1; static const char ExtraVersion[] = ""; static TimerResults S_timerResults; diff --git a/lib/version.h b/lib/version.h index b7883c62b..e17f87da2 100644 --- a/lib/version.h +++ b/lib/version.h @@ -1,3 +1,3 @@ #define CPPCHECK_VERSION_STRING "1.63" -#define CPPCHECK_VERSION 1,63,0,0 +#define CPPCHECK_VERSION 1,63,1,0 #define LEGALCOPYRIGHT L"Copyright (C) 2007-2013 Daniel Marjam\x00E4ki and Cppcheck team." diff --git a/win_installer/productInfo.wxi b/win_installer/productInfo.wxi index ba3feaddf..f4dc72bee 100644 --- a/win_installer/productInfo.wxi +++ b/win_installer/productInfo.wxi @@ -1,8 +1,8 @@ - + - +