summaryrefslogtreecommitdiff
path: root/kerberosIV/lib
diff options
context:
space:
mode:
authorHans Insulander <hin@cvs.openbsd.org>2001-05-03 19:21:52 +0000
committerHans Insulander <hin@cvs.openbsd.org>2001-05-03 19:21:52 +0000
commit1149cf529a2c0f87f7c7eaa485d4dc579eefc0a9 (patch)
tree150b4fb5a0ff975422adc9bfe70b289b12fa1907 /kerberosIV/lib
parent9a9067f644216c0b9798c5766f6b36905b3bd8f2 (diff)
Set kerberosIV version number at only _one_ place.
Diffstat (limited to 'kerberosIV/lib')
-rw-r--r--kerberosIV/lib/roken/print_version.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/kerberosIV/lib/roken/print_version.h b/kerberosIV/lib/roken/print_version.h
index dd8f2ce6b08..115c334c12d 100644
--- a/kerberosIV/lib/roken/print_version.h
+++ b/kerberosIV/lib/roken/print_version.h
@@ -1 +1,5 @@
-#define VERSIONLIST { "krb4-1.0.4" }
+/* $OpenBSD: print_version.h,v 1.4 2001/05/03 19:21:51 hin Exp $ */
+
+#include <version.h>
+
+#define VERSIONLIST { KRB4_VERSION }