Skip to content

Commit

Permalink
Update version number in CMakeLists and metainfo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonri committed Apr 1, 2024
1 parent b1e0866 commit 2e90d32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12)

# Project name and version
project(darkradiant VERSION 3.8.0)
project(darkradiant VERSION 3.9.0)

# C++ standard
set(CMAKE_CXX_STANDARD 17)
Expand Down
1 change: 1 addition & 0 deletions install/net.darkradiant.DarkRadiant.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
<launchable type="desktop-id">net.darkradiant.DarkRadiant.desktop</launchable>

<releases>
<release version="3.9.0" date="2024-03-31"/>
<release version="3.8.0" date="2023-02-03"/>
<release version="3.7.0" date="2022-11-22"/>
<release version="3.6.0" date="2022-11-12"/>
Expand Down

0 comments on commit 2e90d32

Please sign in to comment.