Skip to content

Commit c7349e0

Browse files
committed
New English twitter config wasn't installed properly yet
1 parent ed44513 commit c7349e0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.9.1 21-07-2022
2+
[Maarten van Gompel]
3+
- New English twitter config wasn't installed properly yet
4+
15
0.9 21-07-2022
26
[Ko van der Sloot]
37
- fix for PREFIX rules in french and italian

config/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
config_DATA = tokconfig-eng tokconfig-nld tokconfig-fra tokconfig-ita \
1+
config_DATA = tokconfig-eng tokconfig-eng-twitter tokconfig-nld tokconfig-fra tokconfig-ita \
22
tokconfig-spa tokconfig-por tokconfig-deu tokconfig-swe \
33
tokconfig-nld-twitter tokconfig-nld-sonarchat tokconfig-tur \
44
tokconfig-nld-withplaceholder tokconfig-nld-historical tokconfig-fry \

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.59)
5-
AC_INIT([uctodata], [0.9], [lamasoftware@science.ru.nl])
5+
AC_INIT([uctodata], [0.9.1], [lamasoftware@science.ru.nl])
66
AM_INIT_AUTOMAKE([foreign])
77
AC_CONFIG_SRCDIR([configure.ac])
88
AC_PROG_LN_S

0 commit comments

Comments
 (0)