Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed Apr 25, 2017
1 parent 665bba5 commit 03df8f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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 +---------------------
Expand Down

0 comments on commit 03df8f0

Please sign in to comment.