From: Justin Pettit Date: Wed, 1 Jul 2009 19:41:46 +0000 (-0700) Subject: Increase version number to 0.90.2. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98742ab8656cfb4d9aa2b6fb13bf79f237814b98;p=openvswitch Increase version number to 0.90.2. --- diff --git a/configure.ac b/configure.ac index 8b22d484..c8e9d1bd 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.60) -AC_INIT(openvswitch, 0.90.1, bugs@openvswitch.org) +AC_INIT(openvswitch, 0.90.2, bugs@openvswitch.org) NX_BUILDNR AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4])