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 | |
| parent | 190a5df69fffaaf9d78a37cf97ec2c074723a988 (diff) | |
release: FRR 2.0-rc1frr-2.0-rc1
| -rwxr-xr-x | configure.ac | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6375e5d78a..14f6292da5 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)  | 
