diff options
author | Ondrej Filip <feela@majklik.network.cz> | 2009-09-11 12:20:30 +0200 |
---|---|---|
committer | Ondrej Filip <feela@majklik.network.cz> | 2009-09-11 12:20:30 +0200 |
commit | 5eb4d0180ed92cee31d962fbc4d0175a7e1d5933 (patch) | |
tree | 18d6cc61da69795f601396e3a4ef59bcf8360ad9 | |
parent | 29bcd04e75a4d145bee500b8aef79052974b1981 (diff) | |
download | bird-5eb4d0180ed92cee31d962fbc4d0175a7e1d5933.tar bird-5eb4d0180ed92cee31d962fbc4d0175a7e1d5933.zip |
New release 1.1.3
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | sysdep/config.h | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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 3e6d63d..d9d7411 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" |