aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2012-06-01 14:14:12 -0700
committerJustin Pettit <jpettit@nicira.com>2012-06-01 14:14:12 -0700
commitb9a30fe2ebb1d300178d6ba7628b3dc40ff1512b (patch)
tree74376e12fabdca9d42b41f707bd66f849b114b1f /configure.ac
parent55aa388454dc7681a6d60a5a3546e76510348b77 (diff)
Declare the version as "1.4.2".v1.4.2
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 8159ed35..022cf82c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.64)
-AC_INIT(openvswitch, 1.4.1, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 1.4.2, ovs-bugs@openvswitch.org)
NX_BUILDNR
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])