File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ endif()
16
16
17
17
18
18
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 "" )
22
22
string (COMPARE EQUAL "${VERSION_SUFFIX} " "" no_version_suffix )
23
23
if (no_version_suffix )
24
24
set (VERSION ${VERSION_MAJOR} .${VERSION_MINOR}.${VERSION_PATCHLEVEL} )
Original file line number Diff line number Diff line change 1
- # Current
1
+ # 24.05.0
2
2
3
3
- Faster discarding of maths that is too long to read
4
4
- Resolved a crash on closing the last window (#1898 )
Original file line number Diff line number Diff line change 57
57
<content_attribute id =" social-info" >mild</content_attribute >
58
58
</content_rating >
59
59
<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 >
60
67
<release version =" 24.02.2" date =" 2024-02-29T07:04:00Z" >
61
68
<description >
62
69
<p >
You can’t perform that action at this time.
0 commit comments