From: Ondrej Filip Date: Wed, 5 Nov 2014 10:07:25 +0000 (+0100) Subject: Version 1.5.0pre X-Git-Tag: v1.5.0~30^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec2194fa7a20a2768ca0027b5f3c024f0a251866;p=thirdparty%2Fbird.git Version 1.5.0pre --- diff --git a/NEWS b/NEWS index cd3e2b816..117f4d7be 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Version 1.5.0pre (2014-11-05) - Not for production + o Major OSPF protocol redesign + o RFC 6549 - OSPFv2 multi-instance extension + Version 1.4.5 (2014-10-06) o New 'show route noexport' command option. o Port option for BGP sessions. diff --git a/sysdep/config.h b/sysdep/config.h index 02f62762a..36cf83911 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -7,7 +7,7 @@ #define _BIRD_CONFIG_H_ /* BIRD version */ -#define BIRD_VERSION "1.4.5" +#define BIRD_VERSION "1.5.0pre" /* Include parameters determined by configure script */ #include "sysdep/autoconf.h"