From 1ed96906e333a5097969c1acce8d404e351468aa Mon Sep 17 00:00:00 2001 From: Toru Shiozaki Date: Thu, 8 Feb 2018 16:18:29 -0600 Subject: [PATCH] bumping up to 1.1.0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5cbd1e539..a702c4047 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.69) -AC_INIT([BAGEL], 1.0, [shiozaki@northwestern.edu], [], [http://www.nubakery.org]) +AC_INIT([BAGEL], 1.1.0, [shiozaki@northwestern.edu], [], [http://www.nubakery.org]) AM_INIT_AUTOMAKE AM_PATH_PYTHON AC_CONFIG_SRCDIR([src/main.cc])