diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2017-01-19 17:45:51 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2017-01-19 17:45:51 +0100 |
commit | 16e32678b1da6fbf9685ccdbd77c6b040642db68 (patch) | |
tree | 86d5bbcf733b66dd969be3ee85f5b9e09594996a /configure.ac | |
parent | Merge pull request #83 from LabNConsulting/working/2.0/patch-set/2-no-vrf (diff) | |
download | frr-16e32678b1da6fbf9685ccdbd77c6b040642db68.tar.xz frr-16e32678b1da6fbf9685ccdbd77c6b040642db68.zip |
release: FRR 2.0-rc1frr-2.0-rc1
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 6375e5d78..14f6292da 100755 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ(2.60) -AC_INIT(frr, 2.0-rc0, [https://bugzilla.quagga.net]) +AC_INIT(frr, 2.0-rc1, [https://github.com/freerangerouting/frr/issues]) PACKAGE_URL="https://freerangerouting.org/" PACKAGE_FULLNAME="FreeRangeRouting" AC_SUBST(PACKAGE_FULLNAME) |