diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1998-09-14 21:53:34 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1998-09-14 21:53:34 +0000 |
commit | 0e57f2a299667350f0094976659b7e7f6dee3478 (patch) | |
tree | d8ede62a3ccc6a1f3f2356331b66e9053ae3a2aa /usr.sbin/afs/libroken/version.h | |
parent | 788dcf9c3006bfae877a4297f0cb91c6e6f20b25 (diff) |
Initial version of Arla, a free implementation of an AFS cache-manager.
(second try, hopefully into the correct repository this time)
Diffstat (limited to 'usr.sbin/afs/libroken/version.h')
-rw-r--r-- | usr.sbin/afs/libroken/version.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/afs/libroken/version.h b/usr.sbin/afs/libroken/version.h new file mode 100644 index 00000000000..a668b83752f --- /dev/null +++ b/usr.sbin/afs/libroken/version.h @@ -0,0 +1,3 @@ +/* $OpenBSD: version.h,v 1.1 1998/09/14 21:53:31 art Exp $ */ +char *arla_long_version = "arla-0.9 on "ARLACPU"-"ARLAVENDOR"-"ARLAOS; +char *arla_version = "arla-0.9"; |