Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Commit c70b961

Browse files
author
Humdinger
committed
Release v1.3.1 - Bugfix
Fix crash on quit, exposed under 64bit Haiku with the new allocator (>hrev53136). See issue #31.
1 parent 5d8cc09 commit c70b961

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

QuickLaunch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include "QLSettings.h"
1818
#include "SetupWindow.h"
1919

20-
static const char kVersion[] = "v1.3";
20+
static const char kVersion[] = "v1.3.1";
2121
static const char kCopyright[] = "2010-2019";
2222

2323
#define my_app dynamic_cast<QLApp*>(be_app)

QuickLaunch.rdef

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ resource app_flags B_SINGLE_LAUNCH;
44

55
resource app_version {
66
major = 1,
7-
middle = 2,
8-
minor = 0,
7+
middle = 3,
8+
minor = 1,
99

1010
/* 0 = development 1 = alpha 2 = beta
1111
3 = gamma 4 = golden master 5 = final */

ReadMe.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,12 @@ <h2>
195195

196196
<h2>
197197
<a href="#"><img src="images/up.png" style="border:none;float:right" alt="index" /></a>
198+
<a id="history" name="history">History</a></h2>
199+
<p><b>1.3.1</b> - <i>19-05-2019:</i></p>
200+
<ul>
201+
<li>Fix crash on quit, exposed under 64bit Haiku with the new allocator (>hrev53136)</li>
202+
</ul>
203+
198204
<a id="history" name="history">History</a></h2>
199205
<p><b>1.3</b> - <i>05-03-2019:</i></p>
200206
<ul>

0 commit comments

Comments
 (0)