From e1edbd02a18a95c5efb20975df54b3ad3c3272d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 18 Oct 2007 20:45:43 +0000 Subject: [PATCH] rename to 1.0.99 git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21982 ec53bebd-3082-4978-b11e-865c3cabbd6b --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 6a8a4632a..d65d3c52d 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],[1.1pre],[heimdal-bugs@h5l.se]) +AC_INIT([Heimdal],[1.0.99],[heimdal-bugs@h5l.se]) AC_CONFIG_SRCDIR([kuser/kinit.c]) AC_CONFIG_HEADERS(include/config.h)