diff --git a/ChangeLog b/ChangeLog index e150bce5a..c966c0aa2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-07-28 Assar Westerlund + + * Release 0.3a + 2000-07-27 Assar Westerlund * kdc/hprop.c (dump_database): write an empty message to signal diff --git a/configure.in b/configure.in index daeb144e0..41ec563cb 100644 --- a/configure.in +++ b/configure.in @@ -1,10 +1,10 @@ dnl Process this file with autoconf to produce a configure script. AC_REVISION($Revision$) AC_PREREQ(2.14.-1.1)dnl 2.14a -AC_INIT(heimdal, 0.3a-pre, heimdal-bugs@pdc.kth.se) +AC_INIT(heimdal, 0.3a, heimdal-bugs@pdc.kth.se) AM_CONFIG_HEADER(include/config.h) -AM_INIT_AUTOMAKE(heimdal,0.3a-pre) +AM_INIT_AUTOMAKE(heimdal,0.3a) AC_PREFIX_DEFAULT(/usr/heimdal)