Skip to content

Commit

Permalink
get ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko van der Sloot authored and Ko van der Sloot committed Oct 21, 2019
1 parent 1a8cdbd commit d1c3cbb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
0.13 - ******
0.13 - 2019-10-21
[Ko vd Sloot]
* added JSON support.
The JSON syntax might change in the future, so handle with care.
* lots of refactoring.

0.12 - 2018-05-16
[Ko van der Sloot]
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ PKG_CHECK_MODULES([ticcutils], [ticcutils >= 0.23] )
CXXFLAGS="$CXXFLAGS $ticcutils_CFLAGS"
LIBS="$LIBS $ticcutils_LIBS"

PKG_CHECK_MODULES([timbl], [timbl >= 6.4.4] )
PKG_CHECK_MODULES([timbl], [timbl >= 6.4.14] )
CXXFLAGS="$CXXFLAGS $timbl_CFLAGS"
LIBS="$LIBS $timbl_LIBS"

Expand Down

0 comments on commit d1c3cbb

Please sign in to comment.