aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2011-10-24 23:37:11 -0700
committerJustin Pettit <jpettit@nicira.com>2011-10-25 15:30:26 -0700
commit079a862535ebc32e2c4fd52366667934091ff7f2 (patch)
tree70ebd92ad78ec9e03aa4d060513aaea5c041f567 /configure.ac
parenta54088273746d4dd6a9f4efb713185ae6b847d9f (diff)
Declare the version as "1.3.0".
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 e771b50f..c9594879 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.64)
-AC_INIT(openvswitch, 1.2.90, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 1.3.0, ovs-bugs@openvswitch.org)
NX_BUILDNR
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])