From: Ondrej Zajicek Date: Fri, 20 Jan 2012 17:16:35 +0000 (+0100) Subject: NEWS and version update. X-Git-Tag: v1.3.6^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=544f2e1b36fb9473132f77d9c0f6e97d1495bb24;p=thirdparty%2Fbird.git NEWS and version update. --- diff --git a/NEWS b/NEWS index 3e5b71ffa..05fd71bb2 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,7 @@ +Version 1.3.6 (2012-01-20) + o Important bugfix in BGP. + Version 1.3.5 (2012-01-10) o Protocol templates. o Deterministic MED option for BGP. diff --git a/misc/bird.spec b/misc/bird.spec index 4711cb604..c08cb5e13 100644 --- a/misc/bird.spec +++ b/misc/bird.spec @@ -1,6 +1,6 @@ Summary: BIRD Internet Routing Daemon Name: bird -Version: 1.3.4 +Version: 1.3.6 Release: 1 Copyright: GPL Group: Networking/Daemons diff --git a/sysdep/config.h b/sysdep/config.h index bbce82ea6..8e8f6d370 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -7,7 +7,7 @@ #define _BIRD_CONFIG_H_ /* BIRD version */ -#define BIRD_VERSION "1.3.5" +#define BIRD_VERSION "1.3.6" /* Include parameters determined by configure script */ #include "sysdep/autoconf.h"