summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <jafar@atcorp.com>2023-06-06 14:03:19 -0500
committerJafar Al-Gharaibeh <jafar@atcorp.com>2023-06-06 14:03:19 -0500
commitc158ca492ea1f51c80423a8b932a378baad729e9 (patch)
tree33fd85dd094e4bab42e8104abb733397b865a80c
parentb615b1094ae781d4178c3773c241683ca6a68444 (diff)
build: FRR 9.1 development versionfrr-9.1-dev
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0120c517c6..47ee44a7df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@
##
AC_PREREQ([2.69])
-AC_INIT([frr], [9.0-dev], [https://github.com/frrouting/frr/issues])
+AC_INIT([frr], [9.1-dev], [https://github.com/frrouting/frr/issues])
PACKAGE_URL="https://frrouting.org/"
AC_SUBST([PACKAGE_URL])
PACKAGE_FULLNAME="FRRouting"