diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2023-09-28 07:02:51 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2023-09-28 07:02:51 +0000 |
commit | 8b60c4e41236a98bf196d031cc1366e227d3a033 (patch) | |
tree | 5c41ef7003c5ef534b46b673ae68c46c3dc0218b | |
parent | cce47dd715c19c60aa3d7e953c040ded525f76a7 (diff) |
Prep for OpenBGPD 8.2
-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 d106917fa21..5c8a4278b70 100644 --- a/usr.sbin/bgpd/version.h +++ b/usr.sbin/bgpd/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.12 2023/07/11 15:18:31 claudio Exp $ */ +/* $OpenBSD: version.h,v 1.13 2023/09/28 07:02:50 claudio Exp $ */ -#define BGPD_VERSION "8.1" +#define BGPD_VERSION "8.2" |