Skip to content

Commit 0aecf2b

Browse files
Updated the version number.
1 parent bdb800e commit 0aecf2b

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
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.05.2-DevelopmentSnapshot)
2+
set(VERSION 19.05.3)
33
set(PACKAGE_VERSION ${VERSION})
44
set(GITVERSION ${VERSION})
55
set(PACKAGE wxMaxima)

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Current:
1+
19.05.3:
22
* Corrected the autowrap line width for high zoom factors
33
* Added a few missing "Update the user interface" events
44

NEWS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# wxMaxima 19.05.1 - Stable
1+
# wxMaxima 19.05.3 - Stable
2+
* Corrected the autowrap line width for high zoom factors
3+
* Added a few missing "Update the user interface" events
4+
5+
# wxMaxima 19.05.2 - Stable
26
* Sometimes the auto-evaluation of the worksheet auto-triggered
37
* Support for broken locales that for valid non-ascii chars returned
48
isprint()= false

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@
5353
<content_attribute id="social-info">mild</content_attribute>
5454
</content_rating>
5555
<releases>
56+
<release version="19.05.3" date="2019-05-11">
57+
<description>
58+
<ul>
59+
<li>Corrected the autowrap line width for high zoom factors</li>
60+
<li>Added a few missing "Update the user interface" events</li>
61+
</ul>
62+
</description>
63+
</release>
5664
<release version="19.05.2" date="2019-05-07">
5765
<description>
5866
<ul>

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: 19.05.2~git
2+
version: 19.05.3~git
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)