diff options
author | Hermet Park <hermetpark@gmail.com> | 2019-12-30 15:34:30 +0900 |
---|---|---|
committer | Hermet Park <hermetpark@gmail.com> | 2019-12-30 15:36:16 +0900 |
commit | 46e328404ca46938439d4ae4d820c031b3db557d (patch) | |
tree | cd12fff33960de75b1881cc46c5648f3576cb0f8 /configure.ac | |
parent | 1c16ed647bdbabd8eeb9d37e083e13e83c04238f (diff) |
update version properly.
We can upgrade version to 1.24 when efl 1.24 is released.
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index e70b169..e22bdd8 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.12.0], [enlightenment-devel@lists.sourceforge.net]) | 6 | AC_INIT([expedite], [1.23.0], [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]) |
@@ -49,7 +49,7 @@ case "$host_os" in | |||
49 | esac | 49 | esac |
50 | 50 | ||
51 | # EFL dependencies | 51 | # EFL dependencies |
52 | efl_version="1.20.0" | 52 | efl_version="1.23.0" |
53 | requirement_expedite=" \ | 53 | requirement_expedite=" \ |
54 | eo >= ${efl_version} \ | 54 | eo >= ${efl_version} \ |
55 | efl >= ${efl_version} \ | 55 | efl >= ${efl_version} \ |