From: Ondrej Zajicek (work) Date: Tue, 10 Sep 2019 15:36:41 +0000 (+0200) Subject: NEWS and version update X-Git-Tag: v1.6.8^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3f035253cc48a18e080323729159db577cbb84a;p=thirdparty%2Fbird.git NEWS and version update --- diff --git a/NEWS b/NEWS index 9d7d50d01..eea572878 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +Version 1.6.8 (2019-09-10) + o Several important bugfixes + Version 1.6.7 (2019-08-01) o BFD: Support for VRFs o Several bugfixes diff --git a/misc/bird.spec b/misc/bird.spec index 5975a990d..f0400a7e7 100644 --- a/misc/bird.spec +++ b/misc/bird.spec @@ -1,6 +1,6 @@ Summary: BIRD Internet Routing Daemon Name: bird -Version: 1.6.7 +Version: 1.6.8 Release: 1 Copyright: GPL Group: Networking/Daemons diff --git a/sysdep/config.h b/sysdep/config.h index 997146c29..130effe1e 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -7,7 +7,7 @@ #define _BIRD_CONFIG_H_ /* BIRD version */ -#define BIRD_VERSION "1.6.7" +#define BIRD_VERSION "1.6.8" /* Include parameters determined by configure script */ #include "sysdep/autoconf.h"