Update productInfo.wxi (#4125)

This commit is contained in:
chrchr-github 2022-05-23 15:50:03 +02:00 committed by GitHub
parent 9f9bac35d0
commit 8d1fd19cc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<?define ProductName = "Cppcheck $(var.Platform) 2.7" ?>
<?define ProductName = "Cppcheck $(var.Platform) 2.8" ?>
<?define ProductNameShort = "Cppcheck" ?>
<?define ProductVersion = "2.7" ?>
<?define ProductVersion = "2.8" ?>
<?define ProductManufacturer = "The Cppcheck team" ?>
<?define ProductDescription = "Cppcheck is a tool for static analysis of C/C++ code" ?>