summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorjoda <joda@NetBSD.org>2002-10-21 21:10:59 +0000
committerjoda <joda@NetBSD.org>2002-10-21 21:10:59 +0000
commit2a0b34371ce92154caec1f8d79dd62a75b856313 (patch)
tree745182fbdec82bc4e1e4477a00364e2c4817a615 /include
parentccf1c3c2f4f0c5fac8492cf2872607331b8695d7 (diff)
set version to 0.5nb1
Diffstat (limited to 'include')
-rw-r--r--include/heimdal/version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/heimdal/version.h b/include/heimdal/version.h
index 322583b01cd..ffe815ea865 100644
--- a/include/heimdal/version.h
+++ b/include/heimdal/version.h
@@ -1,4 +1,4 @@
-/* $NetBSD: version.h,v 1.11 2002/09/12 13:32:38 joda Exp $ */
+/* $NetBSD: version.h,v 1.12 2002/10/21 21:10:59 joda Exp $ */
#if defined(__KRB5_VERSION) && !defined(__NO_KRB4_VERSION)
#define heimdal_long_version __heimdal_long_version
@@ -13,8 +13,8 @@
#endif
#ifndef __NO_KRB5_VERSION
-const char *heimdal_long_version = "@(#)$Version: Heimdal 0.5 (NetBSD) $";
-const char *heimdal_version = "Heimdal 0.5";
+const char *heimdal_long_version = "@(#)$Version: Heimdal 0.5nb1 (NetBSD) $";
+const char *heimdal_version = "Heimdal 0.5nb1";
#endif
#ifndef __NO_KRB4_VERSION