Skip to content

Commit

Permalink
Let's prepare for a new release befor Viktor releases Maxima.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunterkoenigsmann committed Aug 18, 2024
1 parent 22bdc81 commit 5b94fbf
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ endif()


set(VERSION_MAJOR 24)
set(VERSION_MINOR 05)
set(VERSION_MINOR 08)
set(VERSION_PATCHLEVEL 0)
set(VERSION_SUFFIX "DevelopmentSnapshot")
string(COMPARE EQUAL "${VERSION_SUFFIX}" "" no_version_suffix)
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Current
# 24.08.0

- An advanced plotting tutorial
- Try harder to kill maxima on closing it
Expand All @@ -23,6 +23,7 @@
- Size calculations for numbers that were broken into lines failed the first time
(#1931)
- On MS Windows one can now choose between Gnuplot and wGnuplot (#1934)
- Fixed the error message about dual manifest files on MSVC

# 24.05.0

Expand Down
7 changes: 7 additions & 0 deletions data/io.github.wxmaxima_developers.wxMaxima.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@
<content_attribute id="social-info">mild</content_attribute>
</content_rating>
<releases>
<release version="24.08.0" date="2024-08-18T09:26:00Z">
<description>
<p>
Many bug fixes.
</p>
</description>
</release>
<release version="24.05.0" date="2024-05-08T22:35:00Z">
<description>
<p>
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: wxmaxima
version: 24.05.0-0
version: 24.08.0-0
summary: A nightly build of wxMaxima, a gui for Maxima, a full-featured CAS.
description: wxMaxima is a quite full-featured graphical user interface for Maxima.
confinement: strict
Expand Down
2 changes: 1 addition & 1 deletion src/dialogs/LoggingMessageDialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class LoggingMessageDialog : public wxMessageDialog
{
public:
LoggingMessageDialog(wxWindow *parent, const wxString &message,
const wxString &caption = wxMessageBoxCaptionStr,
wxString caption = wxMessageBoxCaptionStr,
long style = wxOK|wxCENTRE, const wxPoint &pos = wxDefaultPosition):
wxMessageDialog (parent, message, caption, style, pos)
{
Expand Down

0 comments on commit 5b94fbf

Please sign in to comment.