diff options
| author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2023-06-06 14:03:19 -0500 |
|---|---|---|
| committer | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2023-06-06 14:03:19 -0500 |
| commit | c158ca492ea1f51c80423a8b932a378baad729e9 (patch) | |
| tree | 33fd85dd094e4bab42e8104abb733397b865a80c | |
| parent | b615b1094ae781d4178c3773c241683ca6a68444 (diff) | |
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 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" |
