summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2014-04-14 14:47:20 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2014-04-14 14:47:20 +0200
commit6c6ebd64c3e44a2658a7ae8729159f1653c00a89 (patch)
tree2cc122e1d9dc21d3b2b604509bbd2c69eab9f4de
parent7c4a8007255403d046d7e909f710f0b1ed1791b1 (diff)
NEWS and version update.v1.4.3
-rw-r--r--NEWS3
-rw-r--r--misc/bird.spec2
-rw-r--r--sysdep/config.h2
3 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 614cc7e4..4fe259aa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Version 1.4.3 (2014-04-14)
+ o Important bugfix in IPv6 BGP.
+
Version 1.4.2 (2014-04-02)
o Important bugfix in BFD.
diff --git a/misc/bird.spec b/misc/bird.spec
index 69f2dc78..0c730982 100644
--- a/misc/bird.spec
+++ b/misc/bird.spec
@@ -1,6 +1,6 @@
Summary: BIRD Internet Routing Daemon
Name: bird
-Version: 1.4.2
+Version: 1.4.3
Release: 1
Copyright: GPL
Group: Networking/Daemons
diff --git a/sysdep/config.h b/sysdep/config.h
index b4aa7528..e2ea7642 100644
--- a/sysdep/config.h
+++ b/sysdep/config.h
@@ -7,7 +7,7 @@
#define _BIRD_CONFIG_H_
/* BIRD version */
-#define BIRD_VERSION "1.4.2"
+#define BIRD_VERSION "1.4.3"
/* Include parameters determined by configure script */
#include "sysdep/autoconf.h"