diff --git a/NEWS b/NEWS index 251ab65..9f35b64 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +0.13.2 2018-05-17 +[Ko van der Sloot] +Bug fix release: +* uctodata is mandatory. So don't install default rules anymore + 0.13.1 2018-05-17 [Ko van der Sloot] Bug fix release: diff --git a/configure.ac b/configure.ac index 9ba6b79..ed44593 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([ucto], [0.14], [lamasoftware@science.ru.nl]) #adapt version number in codemeta.json as well +AC_INIT([ucto], [0.13.2], [lamasoftware@science.ru.nl]) #adapt version number in codemeta.json as well AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4]) @@ -117,9 +117,7 @@ PKG_CHECK_MODULES( ], [AC_MSG_ERROR([ATTENTION: - ucto datafiles are not installed! - ucto will work with only a minimal default configuration. - You should consider installing the uctodata package!] )] ) + ucto datafiles are not installed!. Please install uctodata package.] )] ) UCTODATA_PRE=`pkg-config --variable=prefix uctodata` UCTODATA_DIR=$UCTODATA_PRE/share/ucto