From 755ff80124a794615e208ffdcaf469d2260d41d7 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sat, 17 Mar 2012 04:17:29 +0000 Subject: [PATCH] gear up svn for release. one of many steps/things to do. SVN revision: 69481 --- README | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index f85a8d9..4559323 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Expedite 1.0.0 +Expedite 1.2.0 ****************************************************************************** diff --git a/configure.ac b/configure.ac index 47056e8..dc55016 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.1.1], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([expedite], [1.2.0], [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.52]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_HEADERS([config.h])