Release 0.4d

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10405 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-07-31 00:38:30 +00:00
parent 9f8a885540
commit 1045ccac36
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2001-07-31 Assar Westerlund <assar@sics.se>
* Release 0.4d
2001-07-31 Assar Westerlund <assar@sics.se>
* lib/krb5/Makefile.am (libkrb5_la_LDFLAGS): update version to

View File

@@ -1,7 +1,7 @@
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.4c, heimdal-bugs@pdc.kth.se)
AC_INIT(heimdal, 0.4d, 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,0.4c)
AM_INIT_AUTOMAKE(heimdal,0.4d)
AC_PREFIX_DEFAULT(/usr/heimdal)