From: Ondrej Zajicek (work) Date: Thu, 1 Aug 2019 01:31:23 +0000 (+0200) Subject: NEWS and version update X-Git-Tag: v1.6.7^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6622bd2046970da997c7d08dc08405613917991;p=thirdparty%2Fbird.git NEWS and version update --- diff --git a/NEWS b/NEWS index aa84c3263..9d7d50d01 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Version 1.6.7 (2019-08-01) + o BFD: Support for VRFs + o Several bugfixes + Version 1.6.6 (2019-02-27) o Several bugfixes related to route propagation diff --git a/misc/bird.spec b/misc/bird.spec index a90a8f139..5975a990d 100644 --- a/misc/bird.spec +++ b/misc/bird.spec @@ -1,6 +1,6 @@ Summary: BIRD Internet Routing Daemon Name: bird -Version: 1.6.6 +Version: 1.6.7 Release: 1 Copyright: GPL Group: Networking/Daemons diff --git a/sysdep/config.h b/sysdep/config.h index e18c3dc33..997146c29 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -7,7 +7,7 @@ #define _BIRD_CONFIG_H_ /* BIRD version */ -#define BIRD_VERSION "1.6.6" +#define BIRD_VERSION "1.6.7" /* Include parameters determined by configure script */ #include "sysdep/autoconf.h"