From eb2759c62be28de9811da9e9436892190c0e1caa Mon Sep 17 00:00:00 2001 From: Peter Lieven Date: Thu, 26 Dec 2013 12:49:28 +0100 Subject: [PATCH] bump version to 1.8.90 I need this to detect that we have (almost) version 1.9.0 in qemu, but I think we should do some more testing before releasing 1.9.0. Signed-off-by: Peter Lieven --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cca1699..98599ee 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.50) -AC_INIT([libnfs], [1.8.0], [ronniesahlberg@gmail.com]) +AC_INIT([libnfs], [1.8.90], [ronniesahlberg@gmail.com]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign]) AC_CANONICAL_HOST -- 2.34.1