File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.16)
2
2
project (QtPMbrowser VERSION 2.4.2 LANGUAGES CXX)
3
3
set (MY_COPYRIGHT "2020 - 2024 Christian R. Halaszovich" )
4
+ set (LINUX_RELEASE_DESCRIPTION "<p>This is a bugfix release.</p>" )
5
+
4
6
set (CMAKE_CXX_STANDARD 20)
5
7
set (CMAKE_CXX_STANDARD_REQUIRED True )
6
8
Original file line number Diff line number Diff line change 16
16
<url type =" homepage" >https://www.halaszovich.de/pmbrowser/html/index.html</url >
17
17
<screenshots >
18
18
<screenshot type =" default" >
19
+ <caption >The PMbrowser main window.</caption >
19
20
<image >https://www.halaszovich.de/pmbrowser/html/_images/Screenshot_tour_step2.png</image >
20
21
</screenshot >
21
22
</screenshots >
25
26
</provides >
26
27
<content_rating type =" oars-1.0" />
27
28
<releases >
28
- <release version =" ${CMAKE_PROJECT_VERSION}" date =" ${my_current_day}" />
29
+ <release version =" ${CMAKE_PROJECT_VERSION}" type =" stable" date =" ${my_current_day}" >
30
+ <description >
31
+ ${LINUX_RELEASE_DESCRIPTION>
32
+ </description >
33
+ </release >
29
34
</releases >
30
35
</component >
You can’t perform that action at this time.
0 commit comments