updated version to 1.37
This commit is contained in:
parent
0e729fedc0
commit
a705815a51
|
@ -10,7 +10,7 @@
|
||||||
# - win_installer/cppcheck.iss
|
# - win_installer/cppcheck.iss
|
||||||
|
|
||||||
# Tag to use
|
# Tag to use
|
||||||
tag=1.36
|
tag=1.37
|
||||||
|
|
||||||
# Name of release
|
# Name of release
|
||||||
releasename=cppcheck-$tag
|
releasename=cppcheck-$tag
|
||||||
|
|
|
@ -80,7 +80,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.36\n";
|
return "Cppcheck 1.37\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)
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @mainpage Cppcheck
|
* @mainpage Cppcheck
|
||||||
* @version 1.36
|
* @version 1.37
|
||||||
*
|
*
|
||||||
* @section overview_sec Overview
|
* @section overview_sec Overview
|
||||||
* Cppcheck is a simple tool for static analysis of C/C++ code.
|
* Cppcheck is a simple tool for static analysis of C/C++ code.
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
|
|
||||||
#define MyAppName "cppcheck"
|
#define MyAppName "cppcheck"
|
||||||
#define AppVersion "1.36"
|
#define AppVersion "1.37"
|
||||||
#define MyAppURL "http://cppcheck.wiki.sourceforge.net/"
|
#define MyAppURL "http://cppcheck.wiki.sourceforge.net/"
|
||||||
#define MyAppExeName "cppcheck.exe"
|
#define MyAppExeName "cppcheck.exe"
|
||||||
#define QTGuiExe "gui.exe"
|
#define QTGuiExe "gui.exe"
|
||||||
|
|
Loading…
Reference in New Issue