From 7b0c11bf147ec31ca0986c20386597863b13f377 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 27 Aug 2012 10:24:41 +0000 Subject: [PATCH] no this isnt release - this is simply me removing the beta tag so when we release it's ready. SVN revision: 75740 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 939ea3e..966fc93 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-beta], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([expedite], [1.7.0], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.52]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_HEADERS([config.h])