diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2021-10-06 18:18:17 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2021-10-06 18:20:52 +0200 |
commit | 6ea3c091ed87387873f5a9e849b839fb1dbd3ee5 (patch) | |
tree | dfce127fc63cf389dcf2cb594b3caeb041f66c0c /configure.ac | |
parent | Merge pull request #9755 from pguibert6WIND/isis_sr_doc (diff) | |
download | frr-6ea3c091ed87387873f5a9e849b839fb1dbd3ee5.tar.xz frr-6ea3c091ed87387873f5a9e849b839fb1dbd3ee5.zip |
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>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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" |