aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2009-07-16 20:47:00 -0700
committerJustin Pettit <jpettit@nicira.com>2009-07-16 20:47:00 -0700
commit38b23f765676032e09010b10ea050e422d36a830 (patch)
treeef8426987211c8dbf5275d729a53beba42804c6a
parentb81411b79d5e787ebbf9c6f9000b09f3980205d7 (diff)
Set version number to 0.90.3.v0.90.3
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c8e9d1bd..27f9da54 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.60)
-AC_INIT(openvswitch, 0.90.2, bugs@openvswitch.org)
+AC_INIT(openvswitch, 0.90.3, bugs@openvswitch.org)
NX_BUILDNR
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])