diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2012-01-20 18:16:35 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2012-01-20 18:16:35 +0100 |
commit | 544f2e1b36fb9473132f77d9c0f6e97d1495bb24 (patch) | |
tree | f896155ebc76ba52916a0dcda9eb02accc4a9cd6 | |
parent | 3ce17142791b2e1a7f0b8e512b5b74224600056c (diff) |
NEWS and version update.v1.3.6
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | misc/bird.spec | 2 | ||||
-rw-r--r-- | sysdep/config.h | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -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" |