Skip to content

Commit

Permalink
Fixed crash when taking a screenshot with an odd resolution.
Browse files Browse the repository at this point in the history
  • Loading branch information
acaudwell committed Mar 29, 2015
1 parent 0d4a869 commit 11fd27c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.44:
* Fixed crash when taking a screenshot with an odd resolution.

0.43:
* Updated boost autoconf macros to fix multi-arch detection.

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.43, [[email protected]])
AC_INIT(Gource, 0.44, [[email protected]])
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/core
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.43"
#define GOURCE_VERSION "0.44"

#include "core/texture.h"
#include "core/settings.h"
Expand Down

0 comments on commit 11fd27c

Please sign in to comment.