Skip to content

Commit 9751438

Browse files
Prepare another release.
1 parent 1616d97 commit 9751438

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project(wxmaxima)
2-
set(VERSION 19.02.1-DevelopmentSnapshot)
2+
set(VERSION 19.02.2)
33
set(PACKAGE_VERSION ${VERSION})
44
set(GITVERSION ${VERSION})
55
set(PACKAGE wxMaxima)

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# wxMaxima 19.02.2 - Stable
2+
3+
* Corrected the GTK3 fix
4+
* Cleaned up the cleanup process on closing wxMaxima
5+
16
# wxMaxima 19.02.1 - Stable
27

38
* Support for the broken ArchLinux compiler

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@
5454
<content_attribute id="social-info">mild</content_attribute>
5555
</content_rating>
5656
<releases>
57+
<release version="19.02.2" date="2019-02-18">
58+
<description>
59+
<ul>
60+
<li>Corrected the GTK3 fix</li>
61+
<li>Cleaned up the cleanup process on closing wxMaxima</li>
62+
</ul>
63+
</description>
64+
</release>
5765
<release version="19.02.1" date="2019-02-18">
5866
<description>
5967
<ul>

0 commit comments

Comments
 (0)