summaryrefslogtreecommitdiff
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 13:08:27 -0700
commit6b22c82f99e6ac82fb94e64d5d50cc5a39d85b69 (patch)
treee29047c4e6f868db50d2f6764504bb9b58950fec
parentf527354a0bcf977b63550d8a1b0da845f6ce4a3d (diff)
downloadopenvswitch-6b22c82f99e6ac82fb94e64d5d50cc5a39d85b69.tar.gz
Get ready to tag 0.90.5 release.v0.90.5
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7f150f482..41ff7bea8 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])