configure: Bump version to 1.8.99 to indicate development cycle.

1.8.0 is out and we are in the dev cycle for 1.9 so indicate this with
the version 1.8.99 for builds from git master.
This commit is contained in:
Stefan Schmidt 2013-12-05 11:12:21 +01:00
parent 93994865bc
commit 46c540a575
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_maj], [1])
m4_define([v_min], [8])
m4_define([v_mic], [0])
m4_define([v_mic], [99])
dnl m4_define([v_rev], m4_esyscmd([(git rev-list --count HEAD 2>/dev/null || echo 0) | tr -d '\n']))
##-- When released, remove the dnl on the below line
dnl m4_undefine([v_rev])