summaryrefslogtreecommitdiff
path: root/kerberosIV
diff options
context:
space:
mode:
authorHans Insulander <hin@cvs.openbsd.org>2001-05-11 14:06:42 +0000
committerHans Insulander <hin@cvs.openbsd.org>2001-05-11 14:06:42 +0000
commitbabae963aea4df5c05eaf82785c11b91fdca88da (patch)
tree3b94e79ad69bd9d1bd8ae6d5b430c7eb0dd140c1 /kerberosIV
parentd0504a5c475a1e8415c5122a74ec5df3d5c306e4 (diff)
Fix version stuff on alpha.
Tested on alpha and i386, but should work on others...
Diffstat (limited to 'kerberosIV')
-rw-r--r--kerberosIV/lib/roken/print_version.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/kerberosIV/lib/roken/print_version.h b/kerberosIV/lib/roken/print_version.h
index 115c334c12d..f63af704214 100644
--- a/kerberosIV/lib/roken/print_version.h
+++ b/kerberosIV/lib/roken/print_version.h
@@ -1,5 +1,7 @@
-/* $OpenBSD: print_version.h,v 1.4 2001/05/03 19:21:51 hin Exp $ */
+/* $OpenBSD: print_version.h,v 1.5 2001/05/11 14:06:41 hin Exp $ */
-#include <version.h>
+#include <config.h>
+
+#define KRB4_VERSION PACKAGE "-" VERSION
#define VERSIONLIST { KRB4_VERSION }