diff --git a/configure.ac b/configure.ac index 1712659..9b81ac1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([sysbench],[0.9],[akopytov@gmail.com]) +AC_INIT([sysbench],[1.0],[akopytov@gmail.com]) AC_CONFIG_AUX_DIR([config]) # Setting CFLAGS here prevents AC_CANONICAL_TARGET from injecting them SAVE_CFLAGS=${CFLAGS}