diff options
author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2023-06-06 21:03:19 +0200 |
---|---|---|
committer | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2023-06-06 21:03:19 +0200 |
commit | c158ca492ea1f51c80423a8b932a378baad729e9 (patch) | |
tree | 33fd85dd094e4bab42e8104abb733397b865a80c | |
parent | Merge pull request #13701 from opensourcerouting/fix/update_show_ip_bgp_summa... (diff) | |
download | frr-9.1-dev.tar.xz frr-9.1-dev.zip |
build: FRR 9.1 development versionfrr-9.1-dev
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0120c517c..47ee44a7d 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" |