aboutsummaryrefslogtreecommitdiff
path: root/kerberos5
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2004-04-13 16:41:00 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2004-04-13 16:41:00 +0000
commit52d887f87cd2c0c93b0d1a10298c2796cfaf08be (patch)
tree10ebf1c653595d7b80609e31344989234af82b99 /kerberos5
parent57094462fc5d0887d10d1addca7eed97bd924f58 (diff)
downloadsrc-52d887f87cd2c0c93b0d1a10298c2796cfaf08be.tar.gz
src-52d887f87cd2c0c93b0d1a10298c2796cfaf08be.zip
Update version strings for Heimdal: 0.6 -> 0.6.1
Notes
Notes: svn path=/head/; revision=128194
Diffstat (limited to 'kerberos5')
-rw-r--r--kerberos5/include/config.h6
-rw-r--r--kerberos5/include/version.h4
-rw-r--r--kerberos5/usr.bin/krb5-config/Makefile2
3 files changed, 6 insertions, 6 deletions
diff --git a/kerberos5/include/config.h b/kerberos5/include/config.h
index f7ad39d28d95..1bbb7057704e 100644
--- a/kerberos5/include/config.h
+++ b/kerberos5/include/config.h
@@ -1245,13 +1245,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.6 (FreeBSD)"
+#define PACKAGE_STRING "Heimdal 0.6.1 (FreeBSD)"
/* 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.6"
+#define PACKAGE_VERSION "0.6.1"
/* Define if getlogin has POSIX flavour (and not BSD). */
/* #undef POSIX_GETLOGIN */
@@ -1281,7 +1281,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
/* #undef TM_IN_SYS_TIME */
/* Version number of package */
-#define VERSION "0.6"
+#define VERSION "0.6.1"
/* Define if signal handlers return void. */
#define VOID_RETSIGTYPE 1
diff --git a/kerberos5/include/version.h b/kerberos5/include/version.h
index 87c55bd24240..2b6d486088ca 100644
--- a/kerberos5/include/version.h
+++ b/kerberos5/include/version.h
@@ -1,3 +1,3 @@
/* $FreeBSD$ */
-const char *heimdal_long_version = "@(#)$Version: Heimdal 0.6 (FreeBSD) $";
-const char *heimdal_version = "Heimdal 0.6";
+const char *heimdal_long_version = "@(#)$Version: Heimdal 0.6.1 (FreeBSD) $";
+const char *heimdal_version = "Heimdal 0.6.1";
diff --git a/kerberos5/usr.bin/krb5-config/Makefile b/kerberos5/usr.bin/krb5-config/Makefile
index 99ae94bc959f..381685976a9d 100644
--- a/kerberos5/usr.bin/krb5-config/Makefile
+++ b/kerberos5/usr.bin/krb5-config/Makefile
@@ -7,7 +7,7 @@ CLEANFILES= krb5-config
krb5-config: krb5-config.in
sed -e "s,@PACKAGE\@,FreeBSD heimdal,g" \
- -e "s,@VERSION\@,0.6,g" \
+ -e "s,@VERSION\@,0.6.1,g" \
-e "s,@prefix\@,/usr,g" \
-e "s,@exec_prefix\@,/usr,g" \
-e "s,@libdir\@,${LIBDIR},g" \