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:
authorStephane Ross <stephaneross@cmu.edu>2012-07-26 17:52:56 +0400
committerStephane Ross <stephaneross@cmu.edu>2012-07-26 17:52:56 +0400
commit1a06be3e82f736b17d12889b13f78919e5ee5a58 (patch)
tree9a278539b7496c967534a47651c6837b4975c771 /configure.ac
parent0b16ad8c265ae446ad5bc902e14f7efae7a1ba26 (diff)
Updated regressor file format to store important flags and finished integrating contextual bandit with searn/dagger
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 6b366f93..d52a0840 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([vowpal_wabbit], [6.1.2], [jl@hunch.net])
+AC_INIT([vowpal_wabbit], [6.1.3], [jl@hunch.net])
AC_DEFINE([PACKAGE_URL],["https://github.com/JohnLangford/vowpal_wabbit"],[project url])
AM_CONFIG_HEADER(vowpalwabbit/config.h)
AM_INIT_AUTOMAKE()