aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2012-04-30 22:59:30 -0700
committerJustin Pettit <jpettit@nicira.com>2012-05-05 01:16:15 -0700
commitce7c2299383e0c44bf1ee0e090e62b682ab9f3c1 (patch)
treeb388f42b2753c264694c441de06d4a27dc1a2444 /configure.ac
parent76acaa55e844c39412152746dde1db87f0fafdf8 (diff)
Declare the version as "1.4.1".v1.4.1
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 60f31c3c..8159ed35 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.64)
-AC_INIT(openvswitch, 1.4.0, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 1.4.1, ovs-bugs@openvswitch.org)
NX_BUILDNR
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])