NEWS and version update

This commit is contained in:
Ondrej Zajicek (work) 2018-01-14 21:52:58 +01:00
parent 4d36796131
commit 4db4ac7243
3 changed files with 7 additions and 2 deletions

5
NEWS
View file

@ -1,3 +1,8 @@
Version 2.0.1 (2018-01-14)
o Linux MPLS kernel support
o Better handling of channels inherited from templates
o Many bugfixes
Version 2.0.0 (2017-12-11)
o Integrated IPv4 + IPv6 design
o Support for MPLS next hops

View file

@ -1,6 +1,6 @@
Summary: BIRD Internet Routing Daemon
Name: bird
Version: 2.0.0
Version: 2.0.1
Release: 1
Copyright: GPL
Group: Networking/Daemons

View file

@ -13,7 +13,7 @@
#ifdef GIT_LABEL
#define BIRD_VERSION XSTR1(GIT_LABEL)
#else
#define BIRD_VERSION "2.0.0"
#define BIRD_VERSION "2.0.1"
#endif
/* Include parameters determined by configure script */