From: Justin Pettit Date: Fri, 17 Jul 2009 03:47:00 +0000 (-0700) Subject: Set version number to 0.90.3. X-Git-Tag: v0.90.3 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=38b23f765676032e09010b10ea050e422d36a830;hp=b81411b79d5e787ebbf9c6f9000b09f3980205d7;p=sliver-openvswitch.git Set version number to 0.90.3. --- diff --git a/configure.ac b/configure.ac index c8e9d1bd2..27f9da544 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.60) -AC_INIT(openvswitch, 0.90.2, bugs@openvswitch.org) +AC_INIT(openvswitch, 0.90.3, bugs@openvswitch.org) NX_BUILDNR AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4])