diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2001-05-11 14:06:42 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2001-05-11 14:06:42 +0000 |
commit | babae963aea4df5c05eaf82785c11b91fdca88da (patch) | |
tree | 3b94e79ad69bd9d1bd8ae6d5b430c7eb0dd140c1 /kerberosIV | |
parent | d0504a5c475a1e8415c5122a74ec5df3d5c306e4 (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.h | 6 |
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 } |