From 548f45899f81f2563af6489b3b96df4803ffd74d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 7 Jun 2009 12:57:39 +0200 Subject: [PATCH] Updated version to 1.33 --- createrelease | 2 +- src/cppcheck.cpp | 2 +- win_installer/cppcheck.iss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/createrelease b/createrelease index ac1115d16..2a4025559 100755 --- a/createrelease +++ b/createrelease @@ -4,7 +4,7 @@ # Archive files are created in user's home directory. # Tag to use -tag=1.32 +tag=1.33 # Name of release releasename=cppcheck-$tag diff --git a/src/cppcheck.cpp b/src/cppcheck.cpp index ab223d72f..88f0c8a94 100644 --- a/src/cppcheck.cpp +++ b/src/cppcheck.cpp @@ -74,7 +74,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.32\n"; + return "Cppcheck 1.33\n"; // Flag used for various purposes during debugging if (strcmp(argv[i], "--debug") == 0) diff --git a/win_installer/cppcheck.iss b/win_installer/cppcheck.iss index cc9b66573..f738893ea 100644 --- a/win_installer/cppcheck.iss +++ b/win_installer/cppcheck.iss @@ -19,7 +19,7 @@ #define MyAppName "cppcheck" -#define AppVersion "1.32" +#define AppVersion "1.33" #define MyAppURL "http://cppcheck.wiki.sourceforge.net/" #define MyAppExeName "cppcheck.exe" #define QTGuiExe "gui.exe"