aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2014-05-15 14:09:39 -0700
committerJustin Pettit <jpettit@nicira.com>2014-05-15 14:09:39 -0700
commit012c3a52b813aaa6b5b846fb6f7fdfce1acd2fdc (patch)
tree5a628f0d2d832476be3fbbbcf3487f1d856b75ec /configure.ac
parent0b810ca89262d0ff270994a5074d29e3c0b0002a (diff)
Prepare for 2.3.0.
Signed-off-by: Justin Pettit <jpettit@nicira.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 16bc6a627..19777062d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.64)
-AC_INIT(openvswitch, 2.2.90, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.3.0, bugs@openvswitch.org)
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])