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>2014-04-02 23:30:56 +0400
committerJohn Langford <jl@hunch.net>2014-04-02 23:30:56 +0400
commit5e4ef545ff98f1f97bd4c4ac97217e62380d4a1a (patch)
treebbf8fdabf384f46d7f3b7d4098cee41a5d8dc7e8 /configure.ac
parent87e8dff8100d240bb2dd475466458ea3e4241cd8 (diff)
bump version number
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 ef39deac..6651effd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([vowpal_wabbit], [7.5.1], [jl@hunch.net])
+AC_INIT([vowpal_wabbit], [7.6], [jl@hunch.net])
AC_DEFINE([PACKAGE_URL],["https://github.com/JohnLangford/vowpal_wabbit"],[project url])
AM_CONFIG_HEADER(vowpalwabbit/config.h)
AM_INIT_AUTOMAKE()