Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Langford <jl@hunch.net>2013-08-26 18:06:01 +0400
committerJohn Langford <jl@hunch.net>2013-08-26 18:06:01 +0400
commit4e7f70f0ceaca0fee35ed81279539f83ae85a971 (patch)
treefdfcf029d7a1b14c80fffcfff1e28276140f6b61 /configure.ac
parent1dbf770264a8100adac7493a5ae1c229641fb7a1 (diff)
fixed print bug on save_resume
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f50d7377..e8869793 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([vowpal_wabbit], [7.3.0], [jl@hunch.net])
+AC_INIT([vowpal_wabbit], [7.3.1], [jl@hunch.net])
AC_DEFINE([PACKAGE_URL],["https://github.com/JohnLangford/vowpal_wabbit"],[project url])
AM_CONFIG_HEADER(vowpalwabbit/config.h)
AM_INIT_AUTOMAKE()