diff --git a/configure.ac b/configure.ac index c66b933..1703dad 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl dnl +------------------------ dnl | Initialize package info dnl +------------------------ -AC_INIT([libconviqt], [1.0], [https://github.com/hpc4cmb/libconviqt/issues]) +AC_INIT([libconviqt], [1.0.2], [https://github.com/hpc4cmb/libconviqt/issues]) AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_HEADERS(config.h) @@ -18,7 +18,7 @@ dnl | current, and set revision to 0. If any interfaces have been added dnl | since the last public release, then increment age. If any interfaces dnl | have been removed since the last public release, then set age to 0. dnl +------------------------- -LIBCONVIQT_LT_VERSION="2:0:0" +LIBCONVIQT_LT_VERSION="2:1:0" AC_SUBST(LIBCONVIQT_LT_VERSION) dnl +---------------------