Skip to content

Commit

Permalink
Version bump; Snip makefile version
Browse files Browse the repository at this point in the history
  • Loading branch information
TinoDidriksen committed Oct 12, 2018
1 parent 71b32c4 commit 1042259
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
## Makefile for apertium-cat
###############################################################################

RELEASE=v2.5
VERSION=v2.5.0
LANG1=cat
BASENAME=apertium-$(LANG1)

Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

AC_PREREQ(2.52)

AC_INIT([Apertium Catalan], [2.5.0], [[email protected]], [apertium-cat], [http://wiki.apertium.org/wiki/Apertium-cat])
AC_INIT([Apertium Catalan], [2.6.0], [[email protected]], [apertium-cat], [http://wiki.apertium.org/wiki/Apertium-cat])
AM_INIT_AUTOMAKE

AC_PROG_LN_S
AC_PROG_AWK

m4_define([required_apertium_version], [3.4.0])
m4_define([required_lttoolbox_version], [3.3.2])
m4_define([required_apertium_version], [3.5.2])
m4_define([required_lttoolbox_version], [3.5.0])

PKG_CHECK_MODULES(APERTIUM, apertium >= required_apertium_version)
PKG_CHECK_MODULES(LTTOOLBOX, lttoolbox >= required_lttoolbox_version)
Expand Down

0 comments on commit 1042259

Please sign in to comment.