diff options
author | Hermet Park <hermetpark@gmail.com> | 2019-12-30 13:29:21 +0900 |
---|---|---|
committer | Hermet Park <hermetpark@gmail.com> | 2019-12-30 13:29:21 +0900 |
commit | deb3905a3299377c5c69b328628e31a1b387aa35 (patch) | |
tree | 4471b8541cc068528ca7f3e85d328c1995c6fa22 /configure.ac | |
parent | cac6ca6a9a91b463e4ec13eff755c703947a952b (diff) |
bump up version
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6e50b94..e70b169 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.11.99], [enlightenment-devel@lists.sourceforge.net]) | 6 | AC_INIT([expedite], [1.12.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]) |