Skip to content

Commit 28b7882

Browse files
committed
chore: release version v2.2.1
1 parent 70750e4 commit 28b7882

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
cmake_minimum_required(VERSION 3.14)
66

7-
project(sdbus-c++ VERSION 2.2.0 LANGUAGES CXX C)
7+
project(sdbus-c++ VERSION 2.2.1 LANGUAGES CXX C)
88

99
include(GNUInstallDirs) # Installation directories for `install` command and pkgconfig file
1010

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,3 +311,7 @@ v2.2.0
311311
- Fix the return type of some slot-returning functions
312312
- Fix annotation generation in xml2cpp tool
313313
- A few other, mainly CI related updates
314+
315+
v2.2.1
316+
- Fix component names in CPack configuration
317+
- Generate correct, expected DEB package names

tools/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
cmake_minimum_required(VERSION 3.5)
66

7-
project(sdbus-c++-tools VERSION 2.2.0)
7+
project(sdbus-c++-tools VERSION 2.2.1)
88

99
include(GNUInstallDirs)
1010

0 commit comments

Comments
 (0)