diff options
author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2024-06-12 19:03:21 +0200 |
---|---|---|
committer | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2024-06-12 19:03:21 +0200 |
commit | d8e3121cb8470fe9a934100de9170b4ef48b17a6 (patch) | |
tree | a4a4654aba70bc1a8997c137ad903e4cae5f1732 | |
parent | Merge pull request #16191 from pguibert6WIND/srte_color_not_copied (diff) | |
download | frr-10.2-dev.tar.xz frr-10.2-dev.zip |
build: FRR 10.2 development versionfrr-10.2-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 cad8ea12c..ec409aaf1 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ([2.69]) -AC_INIT([frr], [10.1-dev], [https://github.com/frrouting/frr/issues]) +AC_INIT([frr], [10.2-dev], [https://github.com/frrouting/frr/issues]) PACKAGE_URL="https://frrouting.org/" AC_SUBST([PACKAGE_URL]) PACKAGE_FULLNAME="FRRouting" |