]> git.puffer.fish Git - matthieu/frr.git/commitdiff
build: bump version to 2.0.999 for development
authorDavid Lamparter <equinox@opensourcerouting.org>
Mon, 28 Nov 2016 17:55:31 +0000 (18:55 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Mon, 28 Nov 2016 17:55:31 +0000 (18:55 +0100)
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>
configure.ac

index 8defe7b200cf9539975554c15d9bdb6b118b1f8a..bfde577651caefb35569e3421f80a45121218b62 100755 (executable)
@@ -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)