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-02-23 08:18:11 +0400
committerJohn Langford <jl@hunch.net>2013-02-23 08:18:11 +0400
commit0e2b9e2a67ff628d9672a793b4731fded025e7c4 (patch)
tree1f9dffb2a38101d757c45a41deb7a2e70e3aa021
parent96d3b66e53351215d62455f3ed6765151c7768b1 (diff)
bump version number
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0dbdacb1..b29d047b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([vowpal_wabbit], [7.1.2], [jl@hunch.net])
+AC_INIT([vowpal_wabbit], [7.2], [jl@hunch.net])
AC_DEFINE([PACKAGE_URL],["https://github.com/JohnLangford/vowpal_wabbit"],[project url])
AM_CONFIG_HEADER(vowpalwabbit/config.h)
AM_INIT_AUTOMAKE()