Skip to content

Commit

Permalink
created a bug fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko van der Sloot authored and Ko van der Sloot committed May 17, 2018
1 parent 7209b9a commit 0d951cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions 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:
Expand Down
6 changes: 2 additions & 4 deletions configure.ac
Expand Up @@ -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])
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0d951cc

Please sign in to comment.