aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2009-06-15 16:19:08 -0700
committerJustin Pettit <jpettit@nicira.com>2009-06-15 16:19:08 -0700
commitcbcf0dc81c76a4eb27203fa2b790c939f3ed7477 (patch)
tree70b8f023684e07f5f80728914be4c97419467a9c
parent510b55a2b6be6191664076e6894fefd8f81675e3 (diff)
Increase version number to v0.90.1.v0.90.1
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 30d2dc5e..b2b98310 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])