configure: Bump version to 1.8.99 to indicate development cycle.
authorStefan Schmidt <s.schmidt@samsung.com>
Thu, 5 Dec 2013 10:12:21 +0000 (11:12 +0100)
committerStefan Schmidt <s.schmidt@samsung.com>
Thu, 5 Dec 2013 10:15:47 +0000 (11:15 +0100)
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.

legacy/elementary/configure.ac

index 6700643..796f925 100644 (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])