NEWS and version update.

This commit is contained in:
Ondrej Zajicek 2014-04-14 14:47:20 +02:00
parent 7c4a800725
commit 6c6ebd64c3
3 changed files with 5 additions and 2 deletions

3
NEWS
View file

@ -1,3 +1,6 @@
Version 1.4.3 (2014-04-14)
o Important bugfix in IPv6 BGP.
Version 1.4.2 (2014-04-02)
o Important bugfix in BFD.

View file

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

View file

@ -7,7 +7,7 @@
#define _BIRD_CONFIG_H_
/* BIRD version */
#define BIRD_VERSION "1.4.2"
#define BIRD_VERSION "1.4.3"
/* Include parameters determined by configure script */
#include "sysdep/autoconf.h"