From 14b30bdaf5cfab46aa17e5dbea5ae47587f2e42f Mon Sep 17 00:00:00 2001 From: John Langford Date: Fri, 21 Jul 2017 12:59:10 -0400 Subject: [PATCH] bump version to 8.4.0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f4635ef309a..38163ed941d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([vowpal_wabbit], [8.3.3], [jl@hunch.net], [vowpal_wabbit], [https://github.com/JohnLangford/vowpal_wabbit]) +AC_INIT([vowpal_wabbit], [8.4.0], [jl@hunch.net], [vowpal_wabbit], [https://github.com/JohnLangford/vowpal_wabbit]) AC_CONFIG_HEADERS(vowpalwabbit/config.h) AM_INIT_AUTOMAKE([subdir-objects foreign])