Merge pull request #33 from xypron/1.0

configure.ac: bump version number to 1.0
This commit is contained in:
Alexey Kopytov
2016-03-23 17:35:47 +04:00

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}