aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2013-01-15 15:55:23 -0800
committerJustin Pettit <jpettit@nicira.com>2013-01-15 15:55:23 -0800
commit73ae80a7e4f48e0220517a5d95945e1357f6b979 (patch)
treeadea97b1001d2876ebb43a07370b71de10eea61a /configure.ac
parentba60b421cc159b7e53f7e9a890aa130a35801083 (diff)
Declare the version as "1.4.4".v1.4.4
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 9d8dabf3..893223eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.64)
-AC_INIT(openvswitch, 1.4.3, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 1.4.4, ovs-bugs@openvswitch.org)
NX_BUILDNR
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])