Skip to content

Commit 17beaaf

Browse files
Let's prepare for a release.
1 parent 1d5b18f commit 17beaaf

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ endif()
1616

1717

1818
set(VERSION_MAJOR 24)
19-
set(VERSION_MINOR 02)
20-
set(VERSION_PATCHLEVEL 2)
21-
set(VERSION_SUFFIX "DevelopmentSnapshot")
19+
set(VERSION_MINOR 05)
20+
set(VERSION_PATCHLEVEL 0)
21+
set(VERSION_SUFFIX "")
2222
string(COMPARE EQUAL "${VERSION_SUFFIX}" "" no_version_suffix)
2323
if(no_version_suffix)
2424
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCHLEVEL})

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Current
1+
# 24.05.0
22

33
- Faster discarding of maths that is too long to read
44
- Resolved a crash on closing the last window (#1898)

data/io.github.wxmaxima_developers.wxMaxima.appdata.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@
5757
<content_attribute id="social-info">mild</content_attribute>
5858
</content_rating>
5959
<releases>
60+
<release version="24.05.0" date="2024-05-08T22:35:00Z">
61+
<description>
62+
<p>
63+
Many bug fixes.
64+
</p>
65+
</description>
66+
</release>
6067
<release version="24.02.2" date="2024-02-29T07:04:00Z">
6168
<description>
6269
<p>

0 commit comments

Comments
 (0)