Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
acaudwell committed Jul 24, 2010
1 parent acc7198 commit 24feaee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
@@ -1,4 +1,4 @@
0.27-beta1:
0.27:
* Display time stops at the time of the last commit.
* Users fade out when end reached rather than ending abruptly.
* Position slider is now hidden by default if recording a video.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -3,7 +3,7 @@

AC_PREREQ(2.61)

AC_INIT(Gource, 0.27-beta1, [acaudwell@gmail.com])
AC_INIT(Gource, 0.27, [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.27-beta1"
#define GOURCE_VERSION "0.27"

#include <dirent.h>

Expand Down

0 comments on commit 24feaee

Please sign in to comment.