configure.ac: bump version number to 1.0

The version number in configure.ac should match the branch.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
Heinrich Schuchardt
2016-03-23 12:09:02 +01:00
parent ef413c702a
commit 684c433a6e

View File

@ -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}