diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2016-11-28 18:58:52 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2016-11-28 18:58:52 +0100 |
| commit | a9c60ec13bc3226a29b5efbe1ff80eb48827db7c (patch) | |
| tree | c0a687164645c086afc0bd76fdc0112ea915246d | |
| parent | 094add014e590550430ca5e102b44ea30cf38f0f (diff) | |
build: bump version to 2.0-rc0
This isn't quite a release candidate yet, but to get things going let's
set this to "2.0-rc0".
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
| -rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 981eb1e1ed..81aba57d38 100755 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ(2.60) -AC_INIT(Quagga, 0.99.24+cl3u5, [https://bugzilla.quagga.net]) +AC_INIT(Quagga, 2.0-rc0, [https://bugzilla.quagga.net]) CONFIG_ARGS="$ac_configure_args" AC_SUBST(CONFIG_ARGS) AC_CONFIG_SRCDIR(lib/zebra.h) |
