Skip to content

Commit

Permalink
Updated ChangeLog and bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
acaudwell committed Sep 13, 2011
1 parent 19badc7 commit c52645c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.36:
* Fixed SVN log GMT timestamp conversion.
* Fixed issue with sub-dirs of deleted dir not being removed in some cases.

0.35:
* Added long file extension truncation handling to file key (--key).
* Treat changes in Mercurial log files with the same time/user as one commit.
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.35, [[email protected]])
AC_INIT(Gource, 0.36, [[email protected]])
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.35"
#define GOURCE_VERSION "0.36"

#include <dirent.h>

Expand Down

0 comments on commit c52645c

Please sign in to comment.