From ed5563ccfd00033284bc6e9eca7f6bbc7d66de9f Mon Sep 17 00:00:00 2001 From: Tommi A Pirinen Date: Tue, 26 Jun 2018 16:55:36 +0200 Subject: [PATCH] release number no rc --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index adfd28a44..2a85144f3 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.64) -AC_INIT([omorfi], [20180511_rc1], [https://github.com/flammie/omorfi/issues], [https://github.com/flammie/omorfi/]) +AC_INIT([omorfi], [20180511], [https://github.com/flammie/omorfi/issues], [https://github.com/flammie/omorfi/]) LT_PREREQ([2.2.6]) AC_CONFIG_AUX_DIR([config-aux]) AM_INIT_AUTOMAKE([1.12 -Wall -Wno-portability -Werror foreign dist-xz color-tests subdir-objects]) @@ -11,7 +11,7 @@ AC_CONFIG_SRCDIR([src/cpp/omorfi.cc]) AC_CONFIG_HEADERS([config.h]) PACKAGE=omorfi -VERSION=20180511_rc1 +VERSION=20180511 # Options AC_ARG_WITH([hfst],