From 8909a6348f1d55d3c780338b29cbc292ad10a261 Mon Sep 17 00:00:00 2001 From: Karl Lehenbauer Date: Thu, 20 Feb 2014 00:11:38 +0000 Subject: [PATCH] Version bump to 0.8. BUGZID: --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 0ac3f23..e3413d5 100755 --- a/configure.in +++ b/configure.in @@ -18,7 +18,7 @@ dnl to configure the system for the local environment. # so you can encode the package version directly into the source files. #----------------------------------------------------------------------- -AC_INIT([mongo], [0.0]) +AC_INIT([mongo], [0.8]) #-------------------------------------------------------------------- # Call TEA_INIT as the first TEA_ macro to set up initial vars.