summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog-auto.in6
-rwxr-xr-xconfigure.ac2
-rw-r--r--redhat/frr.spec.in5
3 files changed, 11 insertions, 2 deletions
diff --git a/changelog-auto.in b/changelog-auto.in
index 82d0b2a80c..fb153a3132 100644
--- a/changelog-auto.in
+++ b/changelog-auto.in
@@ -6,6 +6,12 @@ frr (@VERSION@-0) UNRELEASED; urgency=medium
-- FRRouting-Dev <dev@lists.frrouting.org> Thu, 25 Oct 2018 16:36:50 +0200
+frr (7.3.1-0) testing; urgency=medium
+
+ * upstream 7.3.1 release
+
+ -- David Lamparter <equinox@opensourcerouting.org> Wed, 06 May 2020 13:40:53 +0200
+
frr (7.3-0) testing; urgency=medium
* BGPd
diff --git a/configure.ac b/configure.ac
index cc1f1572f6..59443b9f59 100755
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@
##
AC_PREREQ([2.60])
-AC_INIT([frr], [7.3], [https://github.com/frrouting/frr/issues])
+AC_INIT([frr], [7.3.1], [https://github.com/frrouting/frr/issues])
PACKAGE_URL="https://frrouting.org/"
AC_SUBST([PACKAGE_URL])
PACKAGE_FULLNAME="FRRouting"
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in
index cb7913deed..53e681ad02 100644
--- a/redhat/frr.spec.in
+++ b/redhat/frr.spec.in
@@ -728,7 +728,10 @@ fi
%changelog
-* Fri Feb 14 2020 Martin Winter <mwinter@opensourcerouting.org> - %{version}
+* Wed May 06 2020 David Lamparter <equinox@opensourcerouting.org> - %{version}
+- upstream 7.3.1
+
+* Fri Feb 14 2020 Martin Winter <mwinter@opensourcerouting.org> - 7.3
- BGPd
- EVPN PIP Support
- Route Aggregation code speed ups