diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-02-06 12:22:59 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-02-06 12:22:59 -0500 |
| commit | 78afca8e78c3d466dc2b3fa8d53cbcd8ee0f6489 (patch) | |
| tree | 22e1314a7cfe4f44619d77dc8c4c98e7fe443558 /configure.ac | |
| parent | 5b8b08de57c62bef71603627f426a17f5edd41ff (diff) | |
configure: Update version of softwarefrr-4.0-dev
With the start of the 4.0 development branch, update
the configure.ac file to properly reflect this change.
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 a3b38559e5..196830a032 100755 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ(2.60) -AC_INIT(frr, 3.1-dev, [https://github.com/frrouting/frr/issues]) +AC_INIT(frr, 4.0, [https://github.com/frrouting/frr/issues]) PACKAGE_URL="https://frrouting.org/" AC_SUBST(PACKAGE_URL) PACKAGE_FULLNAME="FRRouting" |
