From a6c363ff062ae4253babe80f4cd2292697dd2e21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 25 Oct 2009 08:41:27 +0100 Subject: [PATCH] updated version to 1.38 --- createrelease | 5 +- src/cppcheck.cpp | 2 +- src/main.cpp | 2 +- win_installer/cppcheck.iss | 140 ------------------------------------- win_installer/cppcheck.wxs | 4 +- 5 files changed, 7 insertions(+), 146 deletions(-) delete mode 100644 win_installer/cppcheck.iss diff --git a/createrelease b/createrelease index 1bd3df87a..8f879fe51 100755 --- a/createrelease +++ b/createrelease @@ -7,10 +7,11 @@ # - src/main.cpp # - src/cppcheck.cpp # - src/cppcheck.rc -# - win_installer/cppcheck.iss +# - win_installer/cppcheck.wxs +# - win_installer/gui.wxs # Tag to use -tag=1.37 +tag=1.38 # Name of release releasename=cppcheck-$tag diff --git a/src/cppcheck.cpp b/src/cppcheck.cpp index 051a105c2..15d1e1263 100644 --- a/src/cppcheck.cpp +++ b/src/cppcheck.cpp @@ -80,7 +80,7 @@ void CppCheck::clearFiles() const char * CppCheck::version() const { - return "1.37"; + return "1.38"; } void CppCheck::parseFromArgs(int argc, const char* const argv[]) diff --git a/src/main.cpp b/src/main.cpp index ab6b8a875..e68972935 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -20,7 +20,7 @@ /** * * @mainpage Cppcheck - * @version 1.37 + * @version 1.38 * * @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 deleted file mode 100644 index 3f5f0a695..000000000 --- a/win_installer/cppcheck.iss +++ /dev/null @@ -1,140 +0,0 @@ -; cppcheck InnoSetup installer script -; Copyright (C) 2007-2009 Daniel Marjamäki and Cppcheck team. - -; This program is free software: you can redistribute it and/or modify -; it under the terms of the GNU General Public License as published by -; the Free Software Foundation, either version 3 of the License, or -; (at your option) any later version. -; -; This program is distributed in the hope that it will be useful, -; but WITHOUT ANY WARRANTY; without even the implied warranty of -; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -; GNU General Public License for more details. -; -; You should have received a copy of the GNU General Public License -; along with this program. If not, see - - + +