From c9d73ced1ca316d3e1e3367a4a513723a2a6cccf Mon Sep 17 00:00:00 2001 From: Reijo Keskitalo Date: Thu, 25 Apr 2019 10:38:28 -0700 Subject: [PATCH] Bump version number --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4387660..2394395 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl dnl +------------------------ dnl | Initialize package info dnl +------------------------ -AC_INIT([libconviqt], [1.1.0], [https://github.com/hpc4cmb/libconviqt/issues]) +AC_INIT([libconviqt], [1.2.0], [https://github.com/hpc4cmb/libconviqt/issues]) AC_CONFIG_SRCDIR([Makefile.am]) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_HEADERS(config.h)