rage - 0.1.3 release with fixes for albumart

This commit is contained in:
Carsten Haitzler 2015-04-22 12:14:39 +09:00
parent abfa9d2360
commit 796684dd27
3 changed files with 4 additions and 4 deletions

View File

@ -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

2
README
View File

@ -1,4 +1,4 @@
Rage 0.1.2
Rage 0.1.3
******************************************************************************

View File

@ -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])