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 | 210a75e65dad9bd4df445636c1be94f27a5efe2f (diff) | |
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 f792b1c652..873ed18db8 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"  | 
