raster pushed a commit to branch master. http://git.enlightenment.org/apps/rage.git/commit/?id=226fda33c4efdae649a8ec159ae44556533d9c5f
commit 226fda33c4efdae649a8ec159ae44556533d9c5f Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Sun Sep 4 14:07:39 2016 +0900 rage 0.2.1 update version --- README | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index e879977..81c51a2 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Rage 0.2.0 +Rage 0.2.1 ****************************************************************************** diff --git a/configure.ac b/configure.ac index 6fd0d5a..20f5229 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # get rid of that stupid cache mechanism rm -f config.cache -AC_INIT([rage], [0.2.0], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([rage], [0.2.1], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.60]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4]) --