diff options
| author | Martin Winter <mwinter@opensourcerouting.org> | 2018-01-09 02:48:03 -0800 |
|---|---|---|
| committer | Martin Winter <mwinter@opensourcerouting.org> | 2018-01-09 02:52:15 -0800 |
| commit | 5dff4ecb935149a3aa9adbc90ab2879337402da1 (patch) | |
| tree | b151e5ea12c156bef95e094d41b483de49cc5a54 /configure.ac | |
| parent | 887564b913e84f8ff18027d00728bce6f80dd7c1 (diff) | |
FRRouting Release 3.0.3frr-3.0.3
This version of FRR contains these fixes since the last release:
1. Fixes for GCC 7.0
2. Always enable watchfrr on new installation (req for systemd operation)
3. Add 'no password' command (with warning)
4. Added backport for Ubuntu 17.10
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
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 e16a6e9d6a..a6f70253b3 100755 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ(2.60) -AC_INIT(frr, 3.0.2, [https://github.com/frrouting/frr/issues]) +AC_INIT(frr, 3.0.3, [https://github.com/frrouting/frr/issues]) PACKAGE_URL="https://frrouting.org/" PACKAGE_FULLNAME="FRRouting" AC_SUBST(PACKAGE_FULLNAME) |
