Skip to content

Commit 904cfdc

Browse files
author
Daniel Marjamäki
committed
2.21.1: set version
1 parent 4daaf2c commit 904cfdc

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.22)
2-
project(Cppcheck VERSION 2.21.0 LANGUAGES CXX)
2+
project(Cppcheck VERSION 2.21.1 LANGUAGES CXX)
33

44
include(cmake/options.cmake)
55

lib/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
#ifndef versionH
2121
#define versionH
2222

23-
#define CPPCHECK_VERSION_STRING "2.21.0"
24-
#define CPPCHECK_VERSION 2,21,0,0
23+
#define CPPCHECK_VERSION_STRING "2.21.1"
24+
#define CPPCHECK_VERSION 2,21,1,0
2525

2626
#define LEGALCOPYRIGHT L"Copyright (C) 2007-2026 Cppcheck team."
2727

win_installer/productInfo.wxi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Include>
3-
<?define ProductName = "Cppcheck $(var.Platform) 2.21.0" ?>
3+
<?define ProductName = "Cppcheck $(var.Platform) 2.21.1" ?>
44
<?define ProductNameShort = "Cppcheck" ?>
5-
<?define ProductVersion = "2.21.0" ?>
5+
<?define ProductVersion = "2.21.1" ?>
66

77
<?define ProductManufacturer = "The Cppcheck team" ?>
88
<?define ProductDescription = "Cppcheck is a tool for static analysis of C/C++ code" ?>

0 commit comments

Comments
 (0)