From ffea9ca323984d74fdfc45b899c634923a986ab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 24 Apr 2005 22:11:01 +0000 Subject: [PATCH] go back to pre git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14948 ec53bebd-3082-4978-b11e-865c3cabbd6b --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 1a15c63d3..8170b087a 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.59]) test -z "$CFLAGS" && CFLAGS="-g" -AC_INIT([Heimdal],[0.7pre3],[heimdal-bugs@pdc.kth.se]) +AC_INIT([Heimdal],[0.7pre],[heimdal-bugs@pdc.kth.se]) AC_CONFIG_SRCDIR([kuser/kinit.c]) AC_CONFIG_HEADERS(include/config.h)