From 9fb64cdc5e03fb7f231a6f71d2247a7961525e09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Padr=C3=B3?= Date: Tue, 19 Apr 2016 14:28:12 +0200 Subject: [PATCH] 4.0 beta --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a03bb9ee..a45f69ba 100755 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([FreeLing],[4.0-beta1]) +AC_INIT([FreeLing],[4.0-beta2]) AC_CONFIG_SRCDIR([src/libfreeling/version.cc]) AC_CONFIG_AUX_DIR([.]) AM_INIT_AUTOMAKE