diff --git a/createrelease b/createrelease index 76d1ea27b..9905dc9ea 100755 --- a/createrelease +++ b/createrelease @@ -10,7 +10,7 @@ # - win_installer/cppcheck.iss # Tag to use -tag=1.35 +tag=1.36 # Name of release releasename=cppcheck-$tag diff --git a/src/cppcheck.cpp b/src/cppcheck.cpp index 1e5246c07..a3777d700 100644 --- a/src/cppcheck.cpp +++ b/src/cppcheck.cpp @@ -80,7 +80,7 @@ std::string CppCheck::parseFromArgs(int argc, const char* const argv[]) for (int i = 1; i < argc; i++) { if (strcmp(argv[i], "--version") == 0) - return "Cppcheck 1.35\n"; + return "Cppcheck 1.36\n"; // Flag used for various purposes during debugging if (strcmp(argv[i], "--debug") == 0) diff --git a/src/main.cpp b/src/main.cpp index ba8c5f489..cfaf93a9a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -20,7 +20,7 @@ /** * * @mainpage Cppcheck - * @version 1.35 + * @version 1.36 * * @section overview_sec Overview * Cppcheck is a simple tool for static analysis of C/C++ code. diff --git a/win_installer/cppcheck.iss b/win_installer/cppcheck.iss index 6bdc4ff58..5b6780983 100644 --- a/win_installer/cppcheck.iss +++ b/win_installer/cppcheck.iss @@ -19,7 +19,7 @@ #define MyAppName "cppcheck" -#define AppVersion "1.35" +#define AppVersion "1.36" #define MyAppURL "http://cppcheck.wiki.sourceforge.net/" #define MyAppExeName "cppcheck.exe" #define QTGuiExe "gui.exe" diff --git a/win_installer/cppcheck.wxs b/win_installer/cppcheck.wxs index c7bf0a849..79e9b709c 100755 --- a/win_installer/cppcheck.wxs +++ b/win_installer/cppcheck.wxs @@ -1,10 +1,10 @@ - + - @@ -13,13 +13,13 @@ - + - @@ -27,7 +27,7 @@ - +