summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-09-09 17:09:34 +0000
committerLennart Poettering <lennart@poettering.net>2003-09-09 17:09:34 +0000
commitc32cb97747fbb498fb1705fe7bbac19c8e7be088 (patch)
tree51fcc321bcba40d89e3667f53e8122dc22273783
parent916172ab494c57658317f590ed2292f9d613e09a (diff)
finished release 0.2
git-svn-id: file:///home/lennart/svn/public/syrep/trunk@39 07ea20a6-d2c5-0310-9e02-9ef735347d72
-rw-r--r--configure.ac4
1 files 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])