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 <equinox@opensourcerouting.org>
This commit is contained in:
David Lamparter 2021-10-06 18:18:17 +02:00
parent 210a75e65d
commit 6ea3c091ed

View File

@ -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"