Skip to content

Commit a42ee57

Browse files
I want the working integral signs to be part of the maxima release
1 parent 600a0b6 commit a42ee57

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if(WIN32)
1111
enable_language(RC)
1212
endif()
1313

14-
set(VERSION 21.05.1-DevelopmentSnapshot)
14+
set(VERSION 21.05.2)
1515
set(GITVERSION ${VERSION})
1616
set(CMAKE_CXX_STANDARD 14)
1717
set(CMAKE_CXX_STANDARD_REQUIRED ON)

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 21.05.2:
2+
* The integral signs disappeared or were misplaced on some MS Windows computers
3+
14
# 21.05.1:
25
* Resolved a segfault on printing that could be triggered on some computers
36

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@
5050
<content_rating type="oars-1.0">
5151
<content_attribute id="social-info">mild</content_attribute>
5252
</content_rating>
53+
<release version="21.05.2" date="2021-05-20T07:04:00Z">
54+
<description>
55+
<p>
56+
The integral signs weren't visible or were misplaced on some MS Windows
57+
installations.
58+
</p>
59+
</description>
60+
</release>
5361
<release version="21.05.1" date="2021-05-16T17:04:00Z">
5462
<description>
5563
<p>

0 commit comments

Comments
 (0)