New release 1.1.3

This commit is contained in:
Ondrej Filip 2009-09-11 12:20:30 +02:00
parent 29bcd04e75
commit 5eb4d0180e
2 changed files with 5 additions and 1 deletions

4
NEWS
View file

@ -1,3 +1,7 @@
Version 1.1.3 (2009-09-11)
o Bugfix in core
o Bugfix in BGP related to AS2->AS4 conversion.
Version 1.1.2 (2009-08-23)
o Allow more kernel routing tables in IPv6.
o Bugfix in core

View file

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