Skip to content

Commit

Permalink
Incremented development version, updated ChangeLog.
Browse files Browse the repository at this point in the history
  • Loading branch information
acaudwell committed Jul 10, 2012
1 parent f3f3d84 commit 54a4e40
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
0.39;
* Fixed building against Boost 1.50 (svenstaro).
* Fixed blurry non power of 2 logos.

0.38:
* New high quality sprites.
* Fullscreen toggle with alt + enter.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -3,7 +3,7 @@

AC_PREREQ(2.61)

AC_INIT(Gource, 0.38, [acaudwell@gmail.com])
AC_INIT(Gource, 0.39, [acaudwell@gmail.com])
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
Expand Up @@ -18,7 +18,7 @@
#ifndef GOURCE_SETTINGS_H
#define GOURCE_SETTINGS_H

#define GOURCE_VERSION "0.38"
#define GOURCE_VERSION "0.39"

#include <dirent.h>

Expand Down

0 comments on commit 54a4e40

Please sign in to comment.