configure: Bump version to 1.9.99 to indicate development cycle
authorStefan Schmidt <s.schmidt@samsung.com>
Wed, 26 Feb 2014 08:25:44 +0000 (09:25 +0100)
committerStefan Schmidt <s.schmidt@samsung.com>
Wed, 26 Feb 2014 08:25:44 +0000 (09:25 +0100)
1.9 is released and the master branch is now in development mode
again. Make sure the version indicates that.

configure.ac

index 0720b8e..a0baf94 100644 (file)
@@ -1,4 +1,4 @@
-EFL_VERSION([1], [9], [0], [release])
+EFL_VERSION([1], [9], [99], [dev])
 AC_INIT([efl], [efl_version], [enlightenment-devel@lists.sourceforge.net])
 
 AC_PREREQ([2.60])