File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656//
5757
5858VS_VERSION_INFO VERSIONINFO
59- FILEVERSION 1,53 ,0,0
60- PRODUCTVERSION 1,53 ,0,0
59+ FILEVERSION 1,54 ,0,0
60+ PRODUCTVERSION 1,54 ,0,0
6161 FILEFLAGSMASK 0x17L
6262#ifdef _DEBUG
6363 FILEFLAGS 0x1L
@@ -73,12 +73,12 @@ BEGIN
7373 BLOCK "040904b0"
7474 BEGIN
7575 VALUE "FileDescription", "cppcheck Application"
76- VALUE "FileVersion", "1.53 "
76+ VALUE "FileVersion", "1.54 "
7777 VALUE "InternalName", "cppcheck"
7878 VALUE "LegalCopyright", "Copyright (C) 2007-2012 Daniel Marjam�ki and Cppcheck team."
7979 VALUE "OriginalFilename", "cppcheck.exe"
8080 VALUE "ProductName", "cppcheck Application"
81- VALUE "ProductVersion", "1.53 "
81+ VALUE "ProductVersion", "1.54 "
8282 END
8383 END
8484 BLOCK "VarFileInfo"
Original file line number Diff line number Diff line change 2020/* *
2121 *
2222 * @mainpage Cppcheck
23- * @version 1.53
23+ * @version 1.54
2424 *
2525 * @section overview_sec Overview
2626 * Cppcheck is a simple tool for static analysis of C/C++ code.
Original file line number Diff line number Diff line change 3434#include < pcre.h>
3535#endif
3636
37- static const char Version[] = " 1.53 " ;
37+ static const char Version[] = " 1.54 " ;
3838static const char ExtraVersion[] = " " ;
3939
4040static TimerResults S_timerResults;
Original file line number Diff line number Diff line change 33"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
44<book >
55 <bookinfo >
6- <title >Cppcheck 1.53 </title >
6+ <title >Cppcheck 1.54 </title >
77
88 <date >2012-04-08</date >
99 </bookinfo >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Include >
3- <?define ProductName = " Cppcheck 1.53 " ?>
3+ <?define ProductName = " Cppcheck 1.54 " ?>
44 <?define ProductNameShort = " Cppcheck" ?>
5- <?define ProductVersion = " 1.53 .0" ?>
5+ <?define ProductVersion = " 1.54 .0" ?>
66
77 <?define ProductManufacturer = " The Cppcheck team" ?>
88 <?define ProductDescription = " Cppcheck is a tool for static analysis of C/C++ code" ?>
You can’t perform that action at this time.
0 commit comments