From 43402c41ff1cb1ec68d3d374bf90613d33b1daa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 6 Apr 2003 00:38:32 +0000 Subject: [PATCH] 0.6pre2 git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11974 ec53bebd-3082-4978-b11e-865c3cabbd6b --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index f18a220bd..9f7074666 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_REVISION($Revision$) AC_PREREQ(2.53) test -z "$CFLAGS" && CFLAGS="-g" -AC_INIT(Heimdal, 0.6pre1, heimdal-bugs@pdc.kth.se) +AC_INIT(Heimdal, 0.6pre2, heimdal-bugs@pdc.kth.se) AC_CONFIG_SRCDIR([kuser/kinit.c]) AM_CONFIG_HEADER(include/config.h)