From 312e86ce585c744d472ad4f1bbab2016b4ef569f Mon Sep 17 00:00:00 2001 From: Ko van der Sloot Date: Thu, 17 May 2018 14:22:05 +0200 Subject: [PATCH] created a bug fix release --- NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index bed8460..286cc8f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +0.7.1 17-05-2018 +[Ko van der Sloot] +Bug fix release: + * install some datafiles originally provided by 'ucto' + 0.7 16-05-2018 [Ko vd Sloot] - tokconfig-nld-historical: typo in rule diff --git a/configure.ac b/configure.ac index 5263b93..76454e3 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([uctodata], [0.8], [lamasoftware@science.ru.nl]) +AC_INIT([uctodata], [0.7.1], [lamasoftware@science.ru.nl]) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([configure.ac]) AC_PROG_LN_S