Skip to content

Commit

Permalink
Release v1.3.1 - Bugfix
Browse files Browse the repository at this point in the history
Fix crash on quit, exposed under 64bit Haiku with the new allocator
(>hrev53136). See issue #31.
  • Loading branch information
Humdinger committed May 21, 2019
1 parent 5d8cc09 commit c70b961
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion QuickLaunch.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "QLSettings.h"
#include "SetupWindow.h"

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

#define my_app dynamic_cast<QLApp*>(be_app)
Expand Down
4 changes: 2 additions & 2 deletions QuickLaunch.rdef
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ resource app_flags B_SINGLE_LAUNCH;

resource app_version {
major = 1,
middle = 2,
minor = 0,
middle = 3,
minor = 1,

/* 0 = development 1 = alpha 2 = beta
3 = gamma 4 = golden master 5 = final */
Expand Down
6 changes: 6 additions & 0 deletions ReadMe.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,12 @@ <h2>

<h2>
<a href="#"><img src="images/up.png" style="border:none;float:right" alt="index" /></a>
<a id="history" name="history">History</a></h2>
<p><b>1.3.1</b> - <i>19-05-2019:</i></p>
<ul>
<li>Fix crash on quit, exposed under 64bit Haiku with the new allocator (>hrev53136)</li>
</ul>

<a id="history" name="history">History</a></h2>
<p><b>1.3</b> - <i>05-03-2019:</i></p>
<ul>
Expand Down

0 comments on commit c70b961

Please sign in to comment.