diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-04-06 05:18:12 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-04-06 05:20:26 +0200 |
commit | fa35a883c1d627cac5516d7b751341d5934688b6 (patch) | |
tree | 42166a09db9efbaf6cdb2dc717f5fda84cc740cb /configure.ac | |
parent | lib: Fix missing help strings (diff) | |
download | frr-fa35a883c1d627cac5516d7b751341d5934688b6.tar.xz frr-fa35a883c1d627cac5516d7b751341d5934688b6.zip |
*: Switchover to 3.0
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6eac0e3c8..6661f45d7 100755 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ(2.60) -AC_INIT(frr, 2.1-dev, [https://github.com/frrouting/frr/issues]) +AC_INIT(frr, 3.0, [https://github.com/frrouting/frr/issues]) PACKAGE_URL="https://frrouting.org/" PACKAGE_FULLNAME="FRRouting" AC_SUBST(PACKAGE_FULLNAME) |