From: Justin Pettit Date: Fri, 17 Jul 2009 03:47:00 +0000 (-0700) Subject: Set version number to 0.90.3. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38b23f765676032e09010b10ea050e422d36a830;p=openvswitch Set version number to 0.90.3. --- diff --git a/configure.ac b/configure.ac index c8e9d1bd..27f9da54 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])