Release 0.4f

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10884 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2002-03-10 23:59:02 +00:00
parent 604cc57481
commit bcb2258324
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2002-03-11 Assar Westerlund <assar@assaris.sics.se>
* Release 0.4f
2002-03-11 Assar Westerlund <assar@sics.se> 2002-03-11 Assar Westerlund <assar@sics.se>
* lib/krb5/Makefile.am (libkrb5_la_LDFLAGS): bump version to * lib/krb5/Makefile.am (libkrb5_la_LDFLAGS): bump version to

View File

@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
AC_REVISION($Revision$) AC_REVISION($Revision$)
AC_PREREQ(2.52) AC_PREREQ(2.52)
AC_INIT(heimdal, 0.4e, heimdal-bugs@pdc.kth.se) AC_INIT(heimdal, 0.4f, heimdal-bugs@pdc.kth.se)
AM_CONFIG_HEADER(include/config.h) AM_CONFIG_HEADER(include/config.h)
dnl Checks for programs. dnl Checks for programs.
@@ -9,7 +9,7 @@ AC_PROG_CC
AC_PROG_CPP AC_PROG_CPP
AC_PROG_CC_STDC AC_PROG_CC_STDC
AM_INIT_AUTOMAKE(heimdal,0.4e) AM_INIT_AUTOMAKE(heimdal,0.4f)
AC_PREFIX_DEFAULT(/usr/heimdal) AC_PREFIX_DEFAULT(/usr/heimdal)