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-06-09 00:55:51 +0400
committerJohn Langford <jl@hunch.net>2013-06-09 00:55:51 +0400
commit275b60d92dd3123b3e62f829fd2fd4fea7b27379 (patch)
tree81109158032704200877f2555bb32d2bece38b22 /configure.ac
parent60284e7d79eb59f63e2f54b97114aa54a5067f94 (diff)
bump version number to 7.3
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 00e8d85a..f50d7377 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([vowpal_wabbit], [7.2.1], [jl@hunch.net])
+AC_INIT([vowpal_wabbit], [7.3.0], [jl@hunch.net])
AC_DEFINE([PACKAGE_URL],["https://github.com/JohnLangford/vowpal_wabbit"],[project url])
AM_CONFIG_HEADER(vowpalwabbit/config.h)
AM_INIT_AUTOMAKE()