diff --git a/Marrakesh.mrk b/Marrakesh.mrk index 5dcfc87..34d19bb 100644 --- a/Marrakesh.mrk +++ b/Marrakesh.mrk @@ -1,10 +1,10 @@ PROJ: Rage PROJICON: data/icons/rage.png BRIEF: A beautiful video media player -VERSION: 0.1.0 +VERSION: 0.1.2 LICENSE: BSD-2 COPYING: COPYING AUTHORS -NEEDS: 1.11 +NEEDS: 1.13 DOMAIN: rage REPO: http://git.enlightenment.org/apps/rage.git DEVREPO: git+ssh://git@git.enlightenment.org/apps/rage.git diff --git a/README b/README index c8ee9e1..19988e9 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Rage 0.1.2 +Rage 0.1.3 ****************************************************************************** diff --git a/configure.ac b/configure.ac index ab6c6b9..6873ee8 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.1.2], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([rage], [0.1.3], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.60]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4])