Skip to content

Commit d3a2c2e

Browse files
Let's release the last few bug fixes before maxima makes an release
1 parent 64d745d commit d3a2c2e

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
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 24.02.1_DevelopmentSnapshot)
17+
set(VERSION 24.02.2)
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+
# 24.02.2
22

33
- Set maxima's LANG variable, not wxMaxima's LANG (#1897)
44
- Sped up the communication between maxima and wxMaxima

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

+7
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.02.2" date="2024-02-29T07:04:00Z">
61+
<description>
62+
<p>
63+
Last bug fixes before the maxima release.
64+
</p>
65+
</description>
66+
</release>
6067
<release version="24.02.1" date="2024-02-10T15:22:00Z">
6168
<description>
6269
<p>

snap/snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: wxmaxima
2-
version: 24.02.1-0
2+
version: 24.02.2-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)