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"