From c32cb97747fbb498fb1705fe7bbac19c8e7be088 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 9 Sep 2003 17:09:34 +0000 Subject: finished release 0.2 git-svn-id: file:///home/lennart/svn/public/syrep/trunk@39 07ea20a6-d2c5-0310-9e02-9ef735347d72 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index b535a44..d95063b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -# $Id: configure.ac 13 2003-08-23 20:33:12Z lennart $ +# $Id$ # This file is part of syrep. # @@ -20,7 +20,7 @@ # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. AC_PREREQ(2.57) -AC_INIT([syrep], [0.1], [mzflerc (at) 0pointer (dot) de]) +AC_INIT([syrep], [0.2], [mzflerc (at) 0pointer (dot) de]) AC_CONFIG_SRCDIR([src/syrep.c]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign -Wall]) -- cgit