diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-06-12 04:11:20 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-06-12 04:11:20 +0000 |
commit | d78c156443a259bd94b28b9dd7cd0b73c02eab2b (patch) | |
tree | b0bb73f3dafdd18cf01ec89de974fa82e0c83ea3 | |
parent | 3258cd613560d9c721a68b29d254faa789227bea (diff) |
rpki-client: bump version
It's been a few months with lots of changes. We should release soon-ish.
discussed with job
-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 d9fb1a3566e..89dbe65b670 100644 --- a/usr.sbin/rpki-client/version.h +++ b/usr.sbin/rpki-client/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.22 2024/03/01 16:27:34 tb Exp $ */ +/* $OpenBSD: version.h,v 1.23 2024/06/12 04:11:19 tb Exp $ */ -#define RPKI_VERSION "9.0" +#define RPKI_VERSION "9.1" |