Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TinoDidriksen committed Jan 8, 2021
1 parent 7c6cfb6 commit f978d03
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
29 changes: 15 additions & 14 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
2018-2019, Jaume Ortolà <[email protected]>
2017-2019, Hèctor Alòs i Font <hectoralos@gmail.com>
2017-2019, Marc Riera Irigoyen <marc.riera.irigoyen@gmail.com>
2014-2019, Francis Tyers <ftyers@prompsit.com>
2017-2019, Donís Seguí <donissegui@gmail.com>
2016-2018, Xavi Ivars <xavi.ivars@gmail.com>
2017-2021, Jaume Ortolà i Font <[email protected]>
2014-2020, Francis M. Tyers <ftyers@prompsit.com>
2016-2020, Xavi Ivars <xavi.ivars@gmail.com>
2017-2020, Donís Seguí <donissegui@gmail.com>
2017-2020, Marc Riera Irigoyen <marc.riera.irigoyen@gmail.com>
2017-2020, Tino Didriksen <mail@tinodidriksen.com>
2016-2019, Gema Ramírez Sánchez <[email protected]>
2017-2018, Jaume Ortolà i Font <[email protected]>
2017-2019, Hèctor Alòs i Font <[email protected]>
2018-2019, Alberto Navalonlillo <[email protected]>
2019, Tany Gómez <[email protected]>
2015-2018, Juan Pablo Martínez Cortés <[email protected]>
2016, [email protected]
2015-2018, Mikel L. Forcada <[email protected]>
2018, Sushain Cherivirala <[email protected]>
2016-2017, Trond Trosterud <[email protected]>
2014-2016, Iza Kusicielek <[email protected]>
2019, Tany Gómez <[email protected]>
2018, Alberto Navalon <[email protected]>
2014-2016, Kevin Brubeck Unhammer <[email protected]>
2016, Frankie Robertson <[email protected]>
2016, Marina Loffredo <[email protected]>
2016, [email protected]
2016, Ульяна Сенцова <[email protected]>
2016, Frankie Robertson <[email protected]>
2016, Trond Trosterud <[email protected]>
2015-2018, Mikel L. Forcada <[email protected]>
2015-2016, Juan Pablo Martínez Cortés <[email protected]>
2015, Benedikt Freisen <[email protected]>
2015, Tommi Pirinen <[email protected]>
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ test: all
@echo '^frase<n><f><sg>$$ ^de<pr>$$ ^prueba<n><f><sg>$$^.<sent>$$' > .test-ref
@diff .test-ref .test-mt
@rm .test-ref .test-mt
bash -x dev/test-grep.sh
bash -x dev/test-grep.sh
10 changes: 5 additions & 5 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
AC_PREREQ(2.52)

AC_INIT([Apertium Spanish], [1.2.0], [[email protected]], [apertium-spa], [http://wiki.apertium.org/wiki/Apertium-spa])
AC_INIT([Apertium Spanish], [1.2.1], [[email protected]], [apertium-spa], [https://wiki.apertium.org/wiki/Apertium-spa])
AM_INIT_AUTOMAKE

AC_PROG_AWK

PKG_CHECK_MODULES(APERTIUM, apertium >= 3.6.0)
PKG_CHECK_MODULES(APERTIUM_LEX_TOOLS, apertium-lex-tools >= 0.2.2)
PKG_CHECK_MODULES(LTTOOLBOX, lttoolbox >= 3.5.0)
PKG_CHECK_MODULES(CG3, cg3 >= 1.3.0)
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)

AP_MKINCLUDE

Expand Down

0 comments on commit f978d03

Please sign in to comment.