Skip to content

Commit 568f7a8

Browse files
committed
Bump version to 5.10.0
1 parent a983b72 commit 568f7a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set(VERSION_PATCH 0)
1616
set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
1717

1818
# Change to false for releases
19-
set(DEVELOPMENT_BUILD TRUE)
19+
set(DEVELOPMENT_BUILD FALSE)
2020

2121
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
2222
if(VERSION_EXTRA)

misc/net.minetest.minetest.metainfo.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,6 @@
149149
<update_contact>[email protected]</update_contact>
150150

151151
<releases>
152-
<release date="2024-08-11" version="5.9.0"/>
152+
<release date="2024-11-10" version="5.10.0"/>
153153
</releases>
154154
</component>

0 commit comments

Comments
 (0)