diff options
author | Sebastian Benoit <benno@cvs.openbsd.org> | 2021-05-18 13:20:56 +0000 |
---|---|---|
committer | Sebastian Benoit <benno@cvs.openbsd.org> | 2021-05-18 13:20:56 +0000 |
commit | 4bfc1744a57e1f8eafdb5ab3a2dbcdb095782a00 (patch) | |
tree | b9b04185b8805478fbc1d25b61e85d1817299a12 | |
parent | 6098687e3b857d187fffb1ed100ebe13d4bd2daa (diff) |
bump rpki-client version
-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 f27df8700a1..4251d578521 100644 --- a/usr.sbin/rpki-client/version.h +++ b/usr.sbin/rpki-client/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.2 2021/04/20 03:37:25 deraadt Exp $ */ +/* $OpenBSD: version.h,v 1.3 2021/05/18 13:20:55 benno Exp $ */ -#define RPKI_VERSION "7.0" +#define RPKI_VERSION "7.1" |