]> git.puffer.fish Git - matthieu/frr.git/commitdiff
build: bump configure.ac to `8.2-dev`
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 6 Oct 2021 16:18:17 +0000 (18:18 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Wed, 6 Oct 2021 16:20:52 +0000 (18:20 +0200)
[needs to happen ASAP to make sure we're not building confusing
packages.]

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
configure.ac

index f792b1c6527d59ecf26e73cc644b6ad3e924b8cd..873ed18db854e80b0446ae93501cbd5a14e19ae8 100644 (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"