diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2019-09-10 17:36:41 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2019-09-10 17:36:41 +0200 |
commit | a3f035253cc48a18e080323729159db577cbb84a (patch) | |
tree | 4546176709eb6ab6c0c8b966102dd0bde8ace340 | |
parent | 8cf32b6bb567330ebcfab9331aa5002f58ed9e40 (diff) |
NEWS and version updatev1.6.8
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | misc/bird.spec | 2 | ||||
-rw-r--r-- | sysdep/config.h | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -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 5975a990..f0400a7e 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 997146c2..130effe1 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" |