From b5332824ea4108d62cb559205391fd2c530348e4 Mon Sep 17 00:00:00 2001
From: Ondrej Zajicek <santiago@crfreenet.org>
Date: Wed, 28 Oct 2009 20:33:08 +0100
Subject: [PATCH] New version.

---
 NEWS            | 7 +++++++
 misc/bird.spec  | 2 +-
 sysdep/config.h | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 05fc931b3..0b2e4ee9e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Version 1.1.5 (2009-10-29)
+  o Better scalability of BGP.
+  o New accessors for AS path - first and last.
+  o Allows to set protocol-specific router ID.
+  o Allows import kernel 'onlink' routes.
+  o Endianity check in buildsystem changed.
+
 Version 1.1.4 (2009-10-02)
   o BGP passive option.
   o Several minor bugfixes.
diff --git a/misc/bird.spec b/misc/bird.spec
index 2d96158c2..1ebae3d34 100644
--- a/misc/bird.spec
+++ b/misc/bird.spec
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 1.1.4
+Version: 1.1.
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
diff --git a/sysdep/config.h b/sysdep/config.h
index dcb4b179f..03399bd0d 100644
--- a/sysdep/config.h
+++ b/sysdep/config.h
@@ -7,7 +7,7 @@
 #define _BIRD_CONFIG_H_
 
 /* BIRD version */
-#define BIRD_VERSION "1.1.4"
+#define BIRD_VERSION "1.1.5"
 
 /* Include parameters determined by configure script */
 #include "sysdep/autoconf.h"
-- 
GitLab