aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2009-07-01 12:41:46 -0700
committerJustin Pettit <jpettit@nicira.com>2009-07-01 12:41:46 -0700
commit98742ab8656cfb4d9aa2b6fb13bf79f237814b98 (patch)
treec2a886c98437bccf65a365b7bd8704c7de6cb1fc
parente3fdfed11b8c56aa6a8deffe11a552fed7e7adbc (diff)
Increase version number to 0.90.2.v0.90.2
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8b22d484..c8e9d1bd 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])