Skip to content

Commit 8261ce9

Browse files
committed
Updated ChangeLog
1 parent 79b967e commit 8261ce9

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

‎ChangeLog‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.55:
2+
* Fixed build with Boost 1.85.0 (cho-m).
3+
14
0.54:
25
* Added experimental support for Wayland (beroset).
36
* Fixed building on Apple M1 by updating autoconf macros (Ckhardin).

‎configure.ac‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
AC_PREREQ(2.61)
55

6-
AC_INIT(Gource, 0.54, [acaudwell@gmail.com])
6+
AC_INIT(Gource, 0.55, [acaudwell@gmail.com])
77
AC_CONFIG_AUX_DIR([build-aux])
88
AC_CONFIG_SRCDIR([src/main.h])
99
AM_INIT_AUTOMAKE([dist-bzip2 foreign subdir-objects])

‎src/gource_settings.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#ifndef GOURCE_SETTINGS_H
1919
#define GOURCE_SETTINGS_H
2020

21-
#define GOURCE_VERSION "0.54"
21+
#define GOURCE_VERSION "0.55"
2222

2323
#include "core/texture.h"
2424
#include "core/settings.h"

0 commit comments

Comments
 (0)