Skip to content

Commit 6629ee7

Browse files
committed
upgrade to 2.4.4
1 parent b0ecaf7 commit 6629ee7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.16)
2-
project(QtPMbrowser VERSION 2.4.3 LANGUAGES CXX)
2+
project(QtPMbrowser VERSION 2.4.4 LANGUAGES CXX)
33
set(MY_COPYRIGHT "2020 - 2025 Christian R. Halaszovich")
4-
set(LINUX_RELEASE_DESCRIPTION "<p>This is a bugfix release.</p>")
4+
set(LINUX_RELEASE_DESCRIPTION "<p>This is a bugfix and improvement release.</p>")
55

66
set(CMAKE_CXX_STANDARD 20)
77
set(CMAKE_CXX_STANDARD_REQUIRED True)

0 commit comments

Comments
 (0)