diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2022-06-14 07:33:59 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2022-06-14 07:33:59 +0000 |
commit | b8592702668bd37b41c85545eaad1c736d901c23 (patch) | |
tree | ce6f7cf2a7c29a4249dc8fd409b23315c4489e13 /usr.sbin | |
parent | 9e54701c071cbb56b4c007ba9796edf388ac8f09 (diff) |
Bump version to 7.4
Diffstat (limited to 'usr.sbin')
-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 2ddd83ff41d..287b783e98a 100644 --- a/usr.sbin/bgpd/version.h +++ b/usr.sbin/bgpd/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.4 2022/04/04 08:36:51 claudio Exp $ */ +/* $OpenBSD: version.h,v 1.5 2022/06/14 07:33:58 claudio Exp $ */ -#define BGPD_VERSION "7.3" +#define BGPD_VERSION "7.4" |