Skip to content

Commit

Permalink
Updated ChangeLog.
Browse files Browse the repository at this point in the history
  • Loading branch information
acaudwell committed Sep 8, 2017
1 parent cf7c187 commit 8fa460f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.47:
* Fixed low mouse movement speed with some mice while repositioning camera.

0.46:
* Added --screen option.

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
2 changes: 1 addition & 1 deletion src/gource_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8fa460f

Please sign in to comment.