Skip to content

Commit a020fbb

Browse files
committed
Release 0.1.0
1 parent 75741c0 commit a020fbb

File tree

3 files changed

+28
-12
lines changed

3 files changed

+28
-12
lines changed

AUTHORS

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
1-
2007, Francis Tyers <[email protected]>
1+
2017-2019, Marc Riera Irigoyen <[email protected]>
2+
2018-2019, Jonathan North Washington <[email protected]>
3+
2019, Daniel Swanson <[email protected]>
4+
2015-2019, Kevin Brubeck Unhammer <[email protected]>
5+
2019, Okonkwo Ifeanyichukwu <[email protected]>
6+
2019, Sandy <[email protected]>
7+
2018, Nathan Chi <[email protected]>
8+
2018, Pranava Dhar <[email protected]>
9+
2018, Andi Qu <[email protected]>
10+
2007-2018, Francis M. Tyers <[email protected]>
11+
2017-2018, Xavi Ivars <[email protected]>
12+
2018, Kurt Roeckx <[email protected]>
13+
2015-2018, Wolfgang Thauer <[email protected]>
14+
2018, Sushain Cherivirala <[email protected]>
15+
2016-2017, Ryan Chi <[email protected]>
16+
2017, Shardul Chiplunkar <[email protected]>
17+
2016-2017, Trond Trosterud <[email protected]>
18+
2013-2017, Ilnar Salimzyan <[email protected]>
19+
20+
2017, Gema Ramírez Sánchez <[email protected]>
21+
2016-2017, Nikolai Krot <[email protected]>
22+
2016, Toyama Tokanawa <[email protected]>
23+
2016, Memduh Gökırmak <[email protected]>
24+
2015, Inari Listenmaa <[email protected]>
25+
2014, Ng Wei En <[email protected]>
26+
2013-2014, Mikel L. Forcada <[email protected]>
227
2007, Jim O'Regan <[email protected]>
3-
4-
2016, Nikolai Krot <[email protected]>
5-
2017-2018, Marc Riera Irigoyen <[email protected]>

Makefile.am

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
## Makefile for apertium-eng
33
###############################################################################
44

5-
RELEASE=0.1
6-
VERSION=0.1.0
75
LANG1=eng
86
BASENAME=apertium-$(LANG1)
97

@@ -18,7 +16,7 @@ TARGETS_COMMON = \
1816
$(LANG1)$(VAR1).autopgen.bin \
1917
$(LANG1)$(VAR1).rlx.bin \
2018
$(LANG1)$(VAR2).autogen.bin \
21-
$(LANG1)$(VAR2).autopgen.bin
19+
$(LANG1)$(VAR2).autopgen.bin
2220

2321
# Use this goal for creating .deps, otherwise make -j2 will give problems:
2422
@ap_include@

configure.ac

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
#
2-
# Process this file with autogen to produce a configure script.
3-
#
4-
51
AC_PREREQ(2.52)
62

7-
AC_INIT([Apertium English], [0.1.0], [[email protected]], [apertium-eng], [http://wiki.apertium.org/wiki/Apertium-eng])
3+
AC_INIT([Apertium English], [0.1.0], [[email protected]], [apertium-eng], [http://wiki.apertium.org/wiki/Apertium-eng])
84
AM_INIT_AUTOMAKE
95

106
PKG_CHECK_MODULES(APERTIUM, apertium >= 3.6.0)

0 commit comments

Comments
 (0)