Skip to content

Commit

Permalink
Bump version to 0.81 and update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
  • Loading branch information
cernekee committed Dec 8, 2014
1 parent 10c0310 commit 542768b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
V0.81 - 2014/12/08

- Fix "make check" failures in GMT+xx timezones (xx >= 1)

V0.8 - 2014/12/07

- Update GUI from GTK+2 to GTK+3; use glade to define the layouts
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.61])
AC_INIT([stoken], [0.8], [cernekee@gmail.com], [stoken], [http://stoken.sf.net/])
AC_INIT([stoken], [0.81], [cernekee@gmail.com], [stoken], [http://stoken.sf.net/])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.11 parallel-tests])
AC_CONFIG_HEADERS([config.h])
Expand Down

0 comments on commit 542768b

Please sign in to comment.