From 6ea3c091ed87387873f5a9e849b839fb1dbd3ee5 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Wed, 6 Oct 2021 18:18:17 +0200 Subject: [PATCH] build: bump configure.ac to `8.2-dev` [needs to happen ASAP to make sure we're not building confusing packages.] Signed-off-by: David Lamparter --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f792b1c65..873ed18db 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ([2.69]) -AC_INIT([frr], [8.1-dev], [https://github.com/frrouting/frr/issues]) +AC_INIT([frr], [8.2-dev], [https://github.com/frrouting/frr/issues]) PACKAGE_URL="https://frrouting.org/" AC_SUBST([PACKAGE_URL]) PACKAGE_FULLNAME="FRRouting" -- 2.39.5