diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2016-11-28 18:55:31 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2016-11-28 18:55:31 +0100 |
| commit | 867f76c0b872f613a69a5e421de631de9dabc54d (patch) | |
| tree | db70c55a18fd797e05b765a6eff62ef68b18085b | |
| parent | 745e2754ef265533ee60106f37c8cc86ef4aa9a5 (diff) | |
build: bump version to 2.0.999 for development
2.0 will be the release just forked off, so this can be 2.0.999 to flag
it as in-progress tree.
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 8defe7b200..bfde577651 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.999, [https://bugzilla.quagga.net]) CONFIG_ARGS="$ac_configure_args" AC_SUBST(CONFIG_ARGS) AC_CONFIG_SRCDIR(lib/zebra.h) |
