0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-10-18 01:54:08 +00:00

New version.

This commit is contained in:
Ondrej Zajicek 2009-09-30 18:48:38 +02:00
parent aa7088fe26
commit 43c7a1ffa0
3 changed files with 6 additions and 2 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
Version 1.1.4 (2009-10-02)
o BGP passive option.
o Several minor bugfixes.
Version 1.1.3 (2009-09-11)
o Bugfix in core
o Bugfix in BGP related to AS2->AS4 conversion.

View File

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

View File

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