From 83a70e481caa7f62a64967b5466cbdb1578d417c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 17 Apr 2003 13:13:11 +0000 Subject: [PATCH] 0.6pre4 git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12091 ec53bebd-3082-4978-b11e-865c3cabbd6b --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 76d3dc590..5523427d3 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.6pre3, heimdal-bugs@pdc.kth.se) +AC_INIT(Heimdal, 0.6pre4, heimdal-bugs@pdc.kth.se) AC_CONFIG_SRCDIR([kuser/kinit.c]) AM_CONFIG_HEADER(include/config.h)