summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Winter <mwinter@opensourcerouting.org>2017-11-07 13:16:57 -0800
committerMartin Winter <mwinter@opensourcerouting.org>2017-11-07 13:16:57 -0800
commit36a7e7812aa61c90cb552778708d13898b1d9d4c (patch)
tree7709cf6e603c5502169b8a7848340853eb55ac51 /configure.ac
parentda519638f5cc5918766824812d52ba0d969dbf41 (diff)
FRR Release 2.0.2frr-2.0.2stable/2.0
This version of FRR contains these fixes since the last release: 1. Improved Packaging for debian related builds. 2. Fix for a invalid AS-PATH length in BGP. 3. Fix for miss-handling of BGP attributes in an error situation. (Re-Release of 2.0.1 which missed some version number and changelog updates) Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index beb87a69c2..42213dd35e 100755
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@
##
AC_PREREQ(2.60)
-AC_INIT(frr, 2.0, [https://github.com/frrouting/frr/issues])
+AC_INIT(frr, 2.0.2, [https://github.com/frrouting/frr/issues])
PACKAGE_URL="https://frrouting.org/"
PACKAGE_FULLNAME="FRRouting"
AC_SUBST(PACKAGE_FULLNAME)