diff --git a/configure.ac b/configure.ac index 911e41f65..5acf6c41d 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.0], [shiozaki@northwestern.edu], [], [http://www.nubakery.org]) +AC_INIT([BAGEL], [1.0.1], [shiozaki@northwestern.edu], [], [http://www.nubakery.org]) AM_INIT_AUTOMAKE AM_PATH_PYTHON AC_CONFIG_SRCDIR([src/main.cc])