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"