Skip to content

Commit eb77304

Browse files
committed
Updated ChangeLog, bump version.
1 parent e64373d commit eb77304

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Diff for: ChangeLog

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.0.6:
2+
* Display invalid requests as having the path '???'.
3+
14
1.0.5:
25
* Performance improvements.
36
* Multi-monitor support using SDL 2.0.

Diff for: configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
AC_PREREQ(2.61)
55

6-
AC_INIT(Logstalgia, 1.0.5, [[email protected]])
6+
AC_INIT(Logstalgia, 1.0.6, [[email protected]])
77
AC_CONFIG_AUX_DIR([build-aux])
88
AC_CONFIG_SRCDIR([src/main.cpp])
99

Diff for: src/settings.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#ifndef LOGSTALGIA_SETTINGS_H
1919
#define LOGSTALGIA_SETTINGS_H
2020

21-
#define LOGSTALGIA_VERSION "1.0.5"
21+
#define LOGSTALGIA_VERSION "1.0.6"
2222

2323
#include "core/settings.h"
2424

0 commit comments

Comments
 (0)