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,28 ,0,0
60- PRODUCTVERSION 1,28 ,0,0
59+ FILEVERSION 1,39 ,0,0
60+ PRODUCTVERSION 1,39 ,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.28 "
76+ VALUE "FileVersion", "1.39 "
7777 VALUE "InternalName", "cppcheck"
7878 VALUE "LegalCopyright", "Copyright (C) 2007-2009 Daniel Marjam�ki and Cppcheck team."
7979 VALUE "OriginalFilename", "cppcheck.exe"
8080 VALUE "ProductName", "cppcheck Application"
81- VALUE "ProductVersion", "1.28 "
81+ VALUE "ProductVersion", "1.39 "
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.38
23+ * @version 1.39
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 1111# - win_installer/gui.wxs
1212
1313# Tag to use
14- tag=1.38
14+ tag=1.39
1515
1616# Name of release
1717releasename=cppcheck-$tag
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ void CppCheck::clearFiles()
7777
7878const char * CppCheck::version ()
7979{
80- return " 1.38 " ;
80+ return " 1.39 " ;
8181}
8282
8383void CppCheck::parseFromArgs (int argc, const char * const argv[])
Original file line number Diff line number Diff line change 11<?xml version =' 1.0' encoding =' windows-1252' ?>
2- <?define ProductName = " Cppcheck 1.38 " ?>
3- <?define ProductVersion = " 1.38 " ?>
2+ <?define ProductName = " Cppcheck 1.39 " ?>
3+ <?define ProductVersion = " 1.39 " ?>
44<Wix xmlns =' http://schemas.microsoft.com/wix/2006/wi' >
55 <Product Name =' $(var.ProductName)' Id =' 88DE59C3-7640-47A2-A047-7289807AE3BA' UpgradeCode =' DDB850E4-F8DE-4290-BDF1-AC12475DEE80'
66 Language =' 1033' Codepage =' 1252' Version =' $(var.ProductVersion)' Manufacturer =' The Cppcheck team' >
You can’t perform that action at this time.
0 commit comments