diff options
| author | Martin Winter <mwinter@opensourcerouting.org> | 2018-05-02 07:28:39 -0700 | 
|---|---|---|
| committer | Martin Winter <mwinter@opensourcerouting.org> | 2018-05-02 07:28:39 -0700 | 
| commit | ef2a2c2e098d2fba05dd834c484cec0783c5ff35 (patch) | |
| tree | e0a65dbd00b0cea90bff827b8d91b8959c70eaad | |
| parent | 7f3bfd78de84cd343b0330c2c3d0abfc3d8865a3 (diff) | |
configure: Update version to 5.1-devfrr-5.1-dev
We are now working on 5.1-dev for new work.
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
| -rwxr-xr-x | configure.ac | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1b94b6d452..7662f2a4e5 100755 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@  ##  AC_PREREQ(2.60) -AC_INIT(frr, 4.1-dev, [https://github.com/frrouting/frr/issues]) +AC_INIT(frr, 5.1-dev, [https://github.com/frrouting/frr/issues])  PACKAGE_URL="https://frrouting.org/"  AC_SUBST(PACKAGE_URL)  PACKAGE_FULLNAME="FRRouting"  | 
