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 | *: reindent (diff) | |
download | frr-3.0-rc1.tar.xz frr-3.0-rc1.zip |
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 86c49a29f..d56f9f0b1 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) |