Bump version number

This commit is contained in:
Janek Bevendorff 2022-10-23 14:38:03 +02:00
parent 9d2f3d53d6
commit 0a0389ad56
No known key found for this signature in database
GPG Key ID: 2885A26445BD33D1
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## 2.7.2 (2022-10-22)
## 2.7.3 (2022-10-23)
### Changes
- Enhance Tags Support and Add Saved Searches [#8435, #8607]

View File

@ -119,7 +119,7 @@ endif()
set(KEEPASSXC_VERSION_MAJOR "2")
set(KEEPASSXC_VERSION_MINOR "7")
set(KEEPASSXC_VERSION_PATCH "2")
set(KEEPASSXC_VERSION_PATCH "3")
set(KEEPASSXC_VERSION "${KEEPASSXC_VERSION_MAJOR}.${KEEPASSXC_VERSION_MINOR}.${KEEPASSXC_VERSION_PATCH}")
set(OVERRIDE_VERSION "" CACHE STRING "Override the KeePassXC Version for Snapshot builds")

View File

@ -59,7 +59,7 @@
</screenshots>
<releases>
<release version="2.7.2" date="2022-10-22">
<release version="2.7.3" date="2022-10-23">
<description>
<ul>
<li>Enhance Tags Support and Add Saved Searches [#8435, #8607]</li>