Skip to content

Commit 1bb76f1

Browse files
committed
version should be 0.8 for release
1 parent e67ba5b commit 1bb76f1

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
toad 0.8 2023-02-22
2+
[Ko van der Sloot]
3+
* adapted all programs to changes in the Frog API
4+
* froggen
5+
- new options: --temp-dir --output-dir and --CGN
6+
- froggen can now be used tot ONLY generate a lemmatizer
7+
* C++ cleanup
8+
* updated 'man' pages
9+
110
toad 0.7 2021-12-15
211
[Ko vd Sloot]
312
* updated to work with newest Unicode aware ticcutils, Frog and Mbt

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([toad],[0.7],[lamasoftware@science.ru.nl])
5+
AC_INIT([toad],[0.8],[lamasoftware@science.ru.nl])
66
AM_INIT_AUTOMAKE
77
AC_CONFIG_SRCDIR([configure.ac])
88
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)