From 8fa460f027eb4f0708a8c3e25aca79c05d29484f Mon Sep 17 00:00:00 2001 From: Andrew Caudwell Date: Fri, 8 Sep 2017 14:20:12 +1200 Subject: [PATCH] Updated ChangeLog. --- ChangeLog | 3 +++ configure.ac | 2 +- src/gource_settings.h | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6f862a74..6d4c3e44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +0.47: + * Fixed low mouse movement speed with some mice while repositioning camera. + 0.46: * Added --screen option. diff --git a/configure.ac b/configure.ac index 56a28632..c0b4cf64 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.61) -AC_INIT(Gource, 0.46, [acaudwell@gmail.com]) +AC_INIT(Gource, 0.47, [acaudwell@gmail.com]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/main.h]) AM_INIT_AUTOMAKE([dist-bzip2 foreign subdir-objects]) diff --git a/src/gource_settings.h b/src/gource_settings.h index 1216c269..521aa1f9 100644 --- a/src/gource_settings.h +++ b/src/gource_settings.h @@ -18,7 +18,7 @@ #ifndef GOURCE_SETTINGS_H #define GOURCE_SETTINGS_H -#define GOURCE_VERSION "0.46" +#define GOURCE_VERSION "0.47" #include "core/texture.h" #include "core/settings.h"