From 544f2e1b36fb9473132f77d9c0f6e97d1495bb24 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Fri, 20 Jan 2012 18:16:35 +0100 Subject: [PATCH] NEWS and version update. --- NEWS | 3 +++ misc/bird.spec | 2 +- sysdep/config.h | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3e5b71ff..05fd71bb 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 4711cb60..c08cb5e1 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 bbce82ea..8e8f6d37 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"