From 684c433a6edb36a4995a153da4489fbc8f005e16 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Wed, 23 Mar 2016 12:09:02 +0100 Subject: [PATCH] configure.ac: bump version number to 1.0 The version number in configure.ac should match the branch. Signed-off-by: Heinrich Schuchardt --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}