diff --git a/configure.ac b/configure.ac index a702c4047..29d66db8c 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.1.0, [shiozaki@northwestern.edu], [], [http://www.nubakery.org]) +AC_INIT([BAGEL], 1.1.1, [shiozaki@northwestern.edu], [], [http://www.nubakery.org]) AM_INIT_AUTOMAKE AM_PATH_PYTHON AC_CONFIG_SRCDIR([src/main.cc])