Updated version to 1.32
This commit is contained in:
parent
1ae24066fe
commit
15bbd4613e
|
@ -4,7 +4,7 @@
|
||||||
# Archive files are created in user's home directory.
|
# Archive files are created in user's home directory.
|
||||||
|
|
||||||
# Tag to use
|
# Tag to use
|
||||||
tag=1.31
|
tag=1.32
|
||||||
|
|
||||||
# Name of release
|
# Name of release
|
||||||
releasename=cppcheck-$tag
|
releasename=cppcheck-$tag
|
||||||
|
|
|
@ -75,7 +75,7 @@ std::string CppCheck::parseFromArgs(int argc, const char* const argv[])
|
||||||
for (int i = 1; i < argc; i++)
|
for (int i = 1; i < argc; i++)
|
||||||
{
|
{
|
||||||
if (strcmp(argv[i], "--version") == 0)
|
if (strcmp(argv[i], "--version") == 0)
|
||||||
return "Cppcheck 1.31\n";
|
return "Cppcheck 1.32\n";
|
||||||
|
|
||||||
// Flag used for various purposes during debugging
|
// Flag used for various purposes during debugging
|
||||||
if (strcmp(argv[i], "--debug") == 0)
|
if (strcmp(argv[i], "--debug") == 0)
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
|
|
||||||
#define MyAppName "cppcheck"
|
#define MyAppName "cppcheck"
|
||||||
#define AppVersion "1.31"
|
#define AppVersion "1.32"
|
||||||
#define MyAppURL "http://cppcheck.wiki.sourceforge.net/"
|
#define MyAppURL "http://cppcheck.wiki.sourceforge.net/"
|
||||||
#define MyAppExeName "cppcheck.exe"
|
#define MyAppExeName "cppcheck.exe"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue