Skip to content

Commit

Permalink
v0.2.6 bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
marguerite committed Jun 19, 2016
1 parent c08f887 commit 0a71212
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2016-06-20 version 0.2.6 <[email protected]>
* fix gcc6 c++14: constexpr
* fix autotools
* fix gtk3
2009-09-21 version 0.2.5 <[email protected]>
* Fixes train factor.
* Fixes file open/close bug in utils.
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.60)
AC_INIT(novel-pinyin, 0.2.5, [email protected])
AC_INIT(novel-pinyin, 0.2.6, [email protected])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADER([config.h])
Expand Down

0 comments on commit 0a71212

Please sign in to comment.