Skip to content

Commit acfc824

Browse files
Now that everything works again we probably should prepare a release
1 parent baa74ac commit acfc824

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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.12.0-DevelopmentSnapshot)
17+
set(VERSION 24.02.0)
1818
set(GITVERSION ${VERSION})
1919
set(CMAKE_CXX_STANDARD 14)
2020
set(CMAKE_CXX_STANDARD_REQUIRED ON)

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.0" date="2024-02-03T19:38:00Z">
61+
<description>
62+
<p>
63+
A SpeedUp and many bug fixes.
64+
</p>
65+
</description>
66+
</release>
6067
<release version="23.12.0" date="2023-12-24T15:30: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: 23.12.0-0
2+
version: 24.02.0-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)