hermet pushed a commit to branch master. http://git.enlightenment.org/tools/expedite.git/commit/?id=deb3905a3299377c5c69b328628e31a1b387aa35
commit deb3905a3299377c5c69b328628e31a1b387aa35 Author: Hermet Park <[email protected]> Date: Mon Dec 30 13:29:21 2019 +0900 bump up version --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 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. # get rid of that stupid cache mechanism rm -f config.cache -AC_INIT([expedite], [1.11.99], [[email protected]]) +AC_INIT([expedite], [1.12.0], [[email protected]]) AC_PREREQ([2.52]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_HEADERS([config.h]) diff --git a/meson.build b/meson.build index aadb8fc..a82be40 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('expedite', 'c', - version: '1.11.99', + version: '1.12.0', default_options: ['c_std=gnu99'], license: 'BSD') --
