diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-08-09 12:56:09 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-08-09 12:56:09 +0200 |
| commit | c47b10cae1e0a623589692d6bd8793c2a17ed29a (patch) | |
| tree | af2fce2f4f5147fde6b84c024eeb108ab5f08bd9 | |
| parent | ac4d0be5874fafd14212d6007fff7495edc9b152 (diff) | |
release: FRR 3.0-rc1frr-3.0-rc1
| -rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 86c49a29f2..d56f9f0b15 100755 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ(2.60) -AC_INIT(frr, 3.0-rc0, [https://github.com/frrouting/frr/issues]) +AC_INIT(frr, 3.0-rc1, [https://github.com/frrouting/frr/issues]) PACKAGE_URL="https://frrouting.org/" PACKAGE_FULLNAME="FRRouting" AC_SUBST(PACKAGE_FULLNAME) |
