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>2012-02-05 04:30:37 +0400
committerJohn Langford <jl@hunch.net>2012-02-05 04:30:37 +0400
commit8d0e0d7d82feee0cb96ce52d92dc028170598be4 (patch)
tree71f05f9e525ddd8eb7b6bc7d009f41048f39ad2a /configure.ac
parent00cf2864705e95c804c9cecd8b15ce675cf5e3d5 (diff)
bumped config to 6.1.1
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 da4228b9..b4b6812f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([vowpal_wabbit], [6.1], [jl@hunch.net])
+AC_INIT([vowpal_wabbit], [6.1.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()