aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2009-09-21 13:08:27 -0700
committerJustin Pettit <jpettit@nicira.com>2009-09-21 17:04:18 -0700
commitf928967abecdd51d2b9f88ed9984d67e3170aac5 (patch)
treeff6ebee346ba742ceda5ce08a2c4f20c3c6eee31
parent3c708eb8aebc6fafa39078a15e129b9c8b1daf0f (diff)
Get ready to tag 0.90.5 release.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7f150f48..41ff7bea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.60)
-AC_INIT(openvswitch, 0.90.4, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 0.90.5, ovs-bugs@openvswitch.org)
NX_BUILDNR
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])