From: Justin Pettit Date: Wed, 1 Jul 2009 19:41:46 +0000 (-0700) Subject: Increase version number to 0.90.2. X-Git-Tag: v0.90.2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=98742ab8656cfb4d9aa2b6fb13bf79f237814b98;hp=e3fdfed11b8c56aa6a8deffe11a552fed7e7adbc;p=sliver-openvswitch.git Increase version number to 0.90.2. --- diff --git a/configure.ac b/configure.ac index 8b22d4845..c8e9d1bd2 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])