Skip to content

Commit 6e9e6d6

Browse files
The pre-release commit
Not that maxima does do a surprise release one day
1 parent 814c277 commit 6e9e6d6

27 files changed

+26605
-27034
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if(WIN32)
1414
enable_language(RC)
1515
endif()
1616

17-
set(VERSION 23.04.1_DevelopmentSnapshot)
17+
set(VERSION 23.05.0)
1818
set(GITVERSION ${VERSION})
1919
set(CMAKE_CXX_STANDARD 14)
2020
set(CMAKE_CXX_STANDARD_REQUIRED ON)

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Current
1+
# 23.05.1
22
* Got rid of some compiler and cppcheck warnings
33
* Big performance improvements
44
* A "maxima versus typical programming languages" tutorial.

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

+8
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@
5757
<content_attribute id="social-info">mild</content_attribute>
5858
</content_rating>
5959
<releases>
60+
<release version="23.05.0" date="2023-05-17T10:44:00Z">
61+
<description>
62+
<p>
63+
Resolved another MacOs crash, and more ID conflicts on MSW that caused asserts
64+
to fail.
65+
</p>
66+
</description>
67+
</release>
6068
<release version="23.04.1" date="2023-04-16T09:44:00Z">
6169
<description>
6270
<p>

0 commit comments

Comments
 (0)