Skip to content

Commit 03df8f0

Browse files
committed
Bump version.
1 parent 665bba5 commit 03df8f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dnl
44
dnl +------------------------
55
dnl | Initialize package info
66
dnl +------------------------
7-
AC_INIT([libconviqt], [1.0], [https://github.com/hpc4cmb/libconviqt/issues])
7+
AC_INIT([libconviqt], [1.0.2], [https://github.com/hpc4cmb/libconviqt/issues])
88
AC_CONFIG_SRCDIR([Makefile.am])
99
AM_INIT_AUTOMAKE([foreign])
1010
AC_CONFIG_HEADERS(config.h)
@@ -18,7 +18,7 @@ dnl | current, and set revision to 0. If any interfaces have been added
1818
dnl | since the last public release, then increment age. If any interfaces
1919
dnl | have been removed since the last public release, then set age to 0.
2020
dnl +-------------------------
21-
LIBCONVIQT_LT_VERSION="2:0:0"
21+
LIBCONVIQT_LT_VERSION="2:1:0"
2222
AC_SUBST(LIBCONVIQT_LT_VERSION)
2323

2424
dnl +---------------------

0 commit comments

Comments
 (0)