projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9399486
)
configure: Bump version to 1.8.99 to indicate development cycle.
author
Stefan Schmidt
<s.schmidt@samsung.com>
Thu, 5 Dec 2013 10:12:21 +0000
(11:12 +0100)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/legacy/elementary/configure.ac
b/legacy/elementary/configure.ac
index
6700643
..
796f925
100644
(file)
--- a/
legacy/elementary/configure.ac
+++ b/
legacy/elementary/configure.ac
@@
-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])