diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2014-08-22 17:50:23 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2014-08-22 18:29:02 +0200 |
commit | 12a82574519bb98523e071ea37249ee8e41675dd (patch) | |
tree | 0c0961a6797fc0d33f37bfcc1faab2063153990d | |
parent | 74d732c09412a6d3e8b0268631b030b5d9296113 (diff) |
update configuration version to EFL number.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a667680..041dfc9 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. | |||
3 | # get rid of that stupid cache mechanism | 3 | # get rid of that stupid cache mechanism |
4 | rm -f config.cache | 4 | rm -f config.cache |
5 | 5 | ||
6 | AC_INIT([expedite], [1.7.99], [enlightenment-devel@lists.sourceforge.net]) | 6 | AC_INIT([expedite], [1.11.99], [enlightenment-devel@lists.sourceforge.net]) |
7 | AC_PREREQ([2.52]) | 7 | AC_PREREQ([2.52]) |
8 | AC_CONFIG_SRCDIR([configure.ac]) | 8 | AC_CONFIG_SRCDIR([configure.ac]) |
9 | AC_CONFIG_HEADERS([config.h]) | 9 | AC_CONFIG_HEADERS([config.h]) |