diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-10-10 19:43:56 +0300 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-10-10 19:43:56 +0300 |
| commit | d2324b7b4a02e9ef6a219578567932addeb7f593 (patch) | |
| tree | b1b3d4e26c8a50989462a8330e6d98fa00f9049a | |
| parent | 9b6f41bfbe39f9ad43d6440d625093cefc03ed96 (diff) | |
build: FRR 9.2 development versionfrr-9.2-dev
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b28fc737e0..d097a13fda 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ([2.69]) -AC_INIT([frr], [9.1-dev], [https://github.com/frrouting/frr/issues]) +AC_INIT([frr], [9.2-dev], [https://github.com/frrouting/frr/issues]) PACKAGE_URL="https://frrouting.org/" AC_SUBST([PACKAGE_URL]) PACKAGE_FULLNAME="FRRouting" |
