diff options
author | Sebastian Benoit <benno@cvs.openbsd.org> | 2023-12-18 09:51:07 +0000 |
---|---|---|
committer | Sebastian Benoit <benno@cvs.openbsd.org> | 2023-12-18 09:51:07 +0000 |
commit | 20ba6d4f7ff59c9d79bf576ec1e13a6a35d48a10 (patch) | |
tree | d2bdcc88830d7ee2d5955c8af0d3bfdc3e78899c /usr.sbin | |
parent | 6de9739c71c056020cb70d24725eb2317c258585 (diff) |
bump version
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/rpki-client/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpki-client/version.h b/usr.sbin/rpki-client/version.h index c0a3187cded..6491446cd48 100644 --- a/usr.sbin/rpki-client/version.h +++ b/usr.sbin/rpki-client/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.18 2023/10/02 13:31:32 claudio Exp $ */ +/* $OpenBSD: version.h,v 1.19 2023/12/18 09:51:06 benno Exp $ */ -#define RPKI_VERSION "8.6" +#define RPKI_VERSION "8.7" |