diff options
author | 2001-05-11 14:06:41 +0000 | |
---|---|---|
committer | 2001-05-11 14:06:41 +0000 | |
commit | 02d5f439c3a1e3e5d3563c48fadf981c587819bc (patch) | |
tree | dcaa46dbdcbc6de3828e410fc9ae89947a444e62 | |
parent | -1 -> MAP_FAILED (diff) | |
download | wireguard-openbsd-02d5f439c3a1e3e5d3563c48fadf981c587819bc.tar.xz wireguard-openbsd-02d5f439c3a1e3e5d3563c48fadf981c587819bc.zip |
Fix version stuff on alpha.
Tested on alpha and i386, but should work on others...
-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 } |