Skip to content

Commit

Permalink
Bump version 1.3.0 - release is in a branch
Browse files Browse the repository at this point in the history
  • Loading branch information
TinoDidriksen committed May 10, 2023
1 parent 03758b6 commit ebc01c0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
AC_PREREQ(2.52)

AC_INIT([Apertium Spanish], [1.2.2], [[email protected]], [apertium-spa], [https://wiki.apertium.org/wiki/Apertium-spa])
AC_INIT([Apertium Spanish], [1.3.0], [[email protected]], [apertium-spa], [https://wiki.apertium.org/wiki/Apertium-spa])
AM_INIT_AUTOMAKE
AC_PROG_AWK

PKG_CHECK_MODULES(APERTIUM, apertium >= 3.7.1)
PKG_CHECK_MODULES(APERTIUM_LEX_TOOLS, apertium-lex-tools >= 0.2.7)
PKG_CHECK_MODULES(LTTOOLBOX, lttoolbox >= 3.5.3)
PKG_CHECK_MODULES(CG3, cg3 >= 1.3.2)
PKG_CHECK_MODULES(APERTIUM, apertium >= 3.8.3)
PKG_CHECK_MODULES(APERTIUM_LEX_TOOLS, apertium-lex-tools >= 0.4.2)
PKG_CHECK_MODULES(LTTOOLBOX, lttoolbox >= 3.7.1)
PKG_CHECK_MODULES(CG3, cg3 >= 1.3.9)

PKG_CHECK_MODULES(REGTEST, apertium-regtest >= 0.0.1, [],
PKG_CHECK_MODULES(REGTEST, apertium-regtest >= 0.9.1, [],
[AC_MSG_WARN([Running tests requires apertium-regtest])])

AP_MKINCLUDE
Expand Down

0 comments on commit ebc01c0

Please sign in to comment.