Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TinoDidriksen committed Dec 10, 2020
1 parent 6bb1769 commit de15aa2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
2019, Tanmai Khanna <[email protected]>
2019-2020, Francis M. Tyers <[email protected]>
2019-2020, Tanmai Khanna <[email protected]>
2019-2020, Tino Didriksen <[email protected]>
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ(2.61)

AC_INIT([apertium-anaphora], [1.0.0], [[email protected]])
AC_INIT([apertium-anaphora], [1.0.1], [[email protected]])
AM_INIT_AUTOMAKE
AC_CONFIG_MACRO_DIR([m4])

Expand All @@ -11,7 +11,7 @@ AC_LANG_CPLUSPLUS
CFLAGS="-Wall -Wextra $CFLAGS"
CXXFLAGS="-Wall -Wextra $CXXFLAGS"

PKG_CHECK_MODULES([LTTOOLBOX], [lttoolbox >= 3.5.2])
PKG_CHECK_MODULES([LTTOOLBOX], [lttoolbox >= 3.5.3])
AC_SUBST(LTTOOLBOX_CFLAGS)
AC_SUBST(LTTOOLBOX_LIBS)

Expand Down

0 comments on commit de15aa2

Please sign in to comment.