From: Justin Pettit Date: Mon, 15 Jun 2009 23:19:08 +0000 (-0700) Subject: Increase version number to v0.90.1. X-Git-Tag: v0.90.1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=refs%2Ftags%2Fv0.90.1;p=sliver-openvswitch.git Increase version number to v0.90.1. --- diff --git a/configure.ac b/configure.ac index 30d2dc5e7..b2b98310b 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.60) -AC_INIT(openvswitch, 0.90.0, ovs-bugs@openvswitch.org) +AC_INIT(openvswitch, 0.90.1, ovs-bugs@openvswitch.org) NX_BUILDNR AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4])