From 78f16260ba5f561fa94541d3a76f5b37140d451b Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 17 Aug 2012 03:57:49 +0000 Subject: [PATCH] tag as beta... SVN revision: 75344 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 21c056d..2193e43 100644 --- a/configure.ac +++ b/configure.ac @@ -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.7.0-alpha], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([expedite], [1.7.0-beta], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.52]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_HEADERS([config.h])