Update version numbers after import of Heimdal 0.5.1.
Approved by: re
This commit is contained in:
parent
1036289598
commit
4556abb542
@ -1240,13 +1240,13 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
|
||||
#define PACKAGE_NAME "Heimdal"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "Heimdal 0.4f"
|
||||
#define PACKAGE_STRING "Heimdal 0.5.1"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "heimdal"
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "0.4f"
|
||||
#define PACKAGE_VERSION "0.5.1"
|
||||
|
||||
/* Define if getlogin has POSIX flavour (and not BSD). */
|
||||
/* #undef POSIX_GETLOGIN */
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* $FreeBSD$ */
|
||||
const char *krb4_long_version = "@(#)$Version: krb4-1.0.5fb1 (FreeBSD) $";
|
||||
const char *krb4_version = "krb4-1.0.5fb1";
|
||||
const char *heimdal_long_version = "@(#)$Version: Heimdal 0.5fb1 (FreeBSD) $";
|
||||
const char *heimdal_version = "Heimdal 0.5fb1";
|
||||
const char *heimdal_long_version = "@(#)$Version: Heimdal 0.5.1 (FreeBSD) $";
|
||||
const char *heimdal_version = "Heimdal 0.5.1";
|
||||
|
@ -6,7 +6,7 @@ CLEANFILES= krb5-config
|
||||
|
||||
krb5-config: krb5-config.in
|
||||
sed -e "s,@PACKAGE\@,FreeBSD heimdal,g" \
|
||||
-e "s,@VERSION\@,0.5,g" \
|
||||
-e "s,@VERSION\@,0.5.1,g" \
|
||||
-e "s,@prefix\@,/usr,g" \
|
||||
-e "s,@exec_prefix\@,/usr,g" \
|
||||
-e "s,@libdir\@,${LIBDIR},g" \
|
||||
|
Loading…
Reference in New Issue
Block a user