diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2022-09-24 16:24:35 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2022-09-24 16:24:35 +0000 |
commit | f056920b64d2baa2ca117617f598f06821cdadd0 (patch) | |
tree | 231921ed3d73a456f99811973e2bc5b10e155336 /usr.sbin/bgpd | |
parent | b48905beac9122582a55cdd286f98aa95f820915 (diff) |
OpenBGPD 7.7
Diffstat (limited to 'usr.sbin/bgpd')
-rw-r--r-- | usr.sbin/bgpd/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/version.h b/usr.sbin/bgpd/version.h index bf473ba87ac..55b018c591c 100644 --- a/usr.sbin/bgpd/version.h +++ b/usr.sbin/bgpd/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.7 2022/09/12 12:04:55 claudio Exp $ */ +/* $OpenBSD: version.h,v 1.8 2022/09/24 16:24:34 claudio Exp $ */ -#define BGPD_VERSION "7.6" +#define BGPD_VERSION "7.7" |