updated version to 1.31

This commit is contained in:
Daniel Marjamäki 2009-04-12 19:54:15 +02:00
parent 9a086c118f
commit 8533e112fe
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
# Archive files are created in user's home directory.
# Tag to use
tag=1.30
tag=1.31
# Name of release
releasename=cppcheck-$tag

View File

@ -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.30\n";
return "Cppcheck 1.31\n";
// Flag used for various purposes during debugging
if (strcmp(argv[i], "--debug") == 0)

View File

@ -19,7 +19,7 @@
#define MyAppName "cppcheck"
#define AppVersion "1.30"
#define AppVersion "1.31"
#define MyAppURL "http://cppcheck.wiki.sourceforge.net/"
#define MyAppExeName "cppcheck.exe"