From 4b4be341310c47e925acc515ec89aae4212c5723 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Tue, 28 Apr 2015 14:33:52 +0900 Subject: [PATCH] rage -> 0.1.4 --- Marrakesh.mrk | 2 +- README | 2 +- configure.ac | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Marrakesh.mrk b/Marrakesh.mrk index bbf043d..ca9a242 100644 --- a/Marrakesh.mrk +++ b/Marrakesh.mrk @@ -1,7 +1,7 @@ PROJ: Rage PROJICON: data/icons/rage.png BRIEF: A beautiful video media player -VERSION: 0.1.3 +VERSION: 0.1.4 LICENSE: BSD-2 COPYING: COPYING AUTHORS NEEDS: 1.13 diff --git a/README b/README index 19988e9..32153a4 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Rage 0.1.3 +Rage 0.1.4 ****************************************************************************** diff --git a/configure.ac b/configure.ac index 6873ee8..8f988be 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.3], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([rage], [0.1.4], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.60]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4])