From e794c88cb17d59e919c6264b6a12020d7a88d30d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 22 Oct 2006 22:10:41 +0000 Subject: [PATCH] RC1 git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18847 ec53bebd-3082-4978-b11e-865c3cabbd6b --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index ebcb85432..eca7b4303 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.8pre],[heimdal-bugs@pdc.kth.se]) +AC_INIT([Heimdal],[0.8-RC1],[heimdal-bugs@pdc.kth.se]) AC_CONFIG_SRCDIR([kuser/kinit.c]) AC_CONFIG_HEADERS(include/config.h)