Skip to content

Commit ea78fa4

Browse files
We have resolved many bugs now => time for a bugfix release
1 parent de1464b commit ea78fa4

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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.0-DevelopmentSnapshot)
17+
set(VERSION 23.04.1)
1818
set(GITVERSION ${VERSION})
1919
set(CMAKE_CXX_STANDARD 14)
2020
set(CMAKE_CXX_STANDARD_REQUIRED ON)

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Make sure that the help sidebar is shown when opening a help topic
66
* If maxima wants us to open a help browser and wxMaxima was compiled
77
without one it now opens an external help browser
8-
* Be aware that the MSW port recycles unused window IDs
8+
* Be aware that the MSW port recycles unused window IDs.
99

1010
# 23.04.0
1111
* Made the GUI more responsive for functions with much output

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@
5858
</content_rating>
5959
<releases>
6060
<release version="23.04.0" date="2023-04-04T08:10: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>
6167
<description>
6268
<p>
6369
MacOs fixes, better style handling, a better style config dialogue

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: wxmaxima
2-
version: 23.04.0-0
2+
version: 23.04.1-0
33
summary: A nightly build of wxMaxima, a gui for Maxima, a full-featured CAS.
44
description: wxMaxima is a quite full-featured graphical user interface for Maxima.
55
confinement: strict

0 commit comments

Comments
 (0)