From 58e2aa4514d666ff0a0220ea3ae148532469e667 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 16 Aug 2002 23:04:44 +0000 Subject: [PATCH] Release 0.4f git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11119 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 4 ++++ configure.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5056f33c5..ca6ddf671 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-08-17 Assar Westerlund + + * Release 0.4f + 2002-08-16 Johan Danielsson * lib/krb5/krb5.h: turn strings into pointers, so we can assign to diff --git a/configure.in b/configure.in index 9fec53d97..274017c85 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_REVISION($Revision$) AC_PREREQ(2.53) -AC_INIT(heimdal, --help, heimdal-bugs@pdc.kth.se) +AC_INIT(heimdal, 0.4f, heimdal-bugs@pdc.kth.se) AM_CONFIG_HEADER(include/config.h) dnl Checks for programs. @@ -9,7 +9,7 @@ AC_PROG_CC AC_PROG_CPP AC_PROG_CC_STDC -AM_INIT_AUTOMAKE(heimdal,--help) +AM_INIT_AUTOMAKE(heimdal,0.4f) AC_PREFIX_DEFAULT(/usr/heimdal)