From: Ondrej Filip Date: Fri, 11 Sep 2009 10:20:30 +0000 (+0200) Subject: New release 1.1.3 X-Git-Tag: v1.3.2~230^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5eb4d0180ed92cee31d962fbc4d0175a7e1d5933;p=thirdparty%2Fbird.git New release 1.1.3 --- diff --git a/NEWS b/NEWS index 9f66a123a..6c8d5ee40 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/sysdep/config.h b/sysdep/config.h index 3e6d63de9..d9d741136 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -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"