From 30aa0de8ddd9f2f7376653f5cb8cea4318c114a3 Mon Sep 17 00:00:00 2001 From: John Langford Date: Thu, 11 Aug 2016 09:50:00 -0400 Subject: [PATCH] 8.2.1 version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 783d18618de..baba3c6ec75 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([vowpal_wabbit], [8.2.0], [jl@hunch.net], [vowpal_wabbit], [https://github.com/JohnLangford/vowpal_wabbit]) +AC_INIT([vowpal_wabbit], [8.2.1], [jl@hunch.net], [vowpal_wabbit], [https://github.com/JohnLangford/vowpal_wabbit]) AC_CONFIG_HEADERS(vowpalwabbit/config.h) AM_INIT_AUTOMAKE([subdir-objects foreign])