bump up version

This commit is contained in:
Hermet Park 2019-12-30 13:29:21 +09:00
parent cac6ca6a9a
commit deb3905a32
2 changed files with 2 additions and 2 deletions

View File

@ -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], [enlightenment-devel@lists.sourceforge.net])
AC_INIT([expedite], [1.12.0], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.52])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_HEADERS([config.h])

View File

@ -1,5 +1,5 @@
project('expedite', 'c',
version: '1.11.99',
version: '1.12.0',
default_options: ['c_std=gnu99'],
license: 'BSD')