aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2012-09-06 18:19:34 -0700
committerJustin Pettit <jpettit@nicira.com>2012-09-06 18:19:34 -0700
commit8249ccc4cb975fd86f944e0556b9f606af14a220 (patch)
tree76f7a278b21636424ac22e16b02d7f8e917c4428 /configure.ac
parent02978b5a83d59af0ac1afbfc254d2d896f9cc94a (diff)
Declare the version as "1.4.3".v1.4.3
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 022cf82c..9d8dabf3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.64)
-AC_INIT(openvswitch, 1.4.2, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 1.4.3, ovs-bugs@openvswitch.org)
NX_BUILDNR
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])