aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2013-01-22 13:52:38 -0800
committerJustin Pettit <jpettit@nicira.com>2013-01-22 13:52:38 -0800
commit671d594ddcc8c3b53e4b23d429c064d90147f8f6 (patch)
tree3e5920539e93a6689d032dd2f00bf2a6fcf3905f /configure.ac
parent225aa6464c57ce0918ff9b6b0c43e08f1950c9b5 (diff)
Declare the version as "1.4.5".v1.4.5
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 893223eb..c1747d7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.64)
-AC_INIT(openvswitch, 1.4.4, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 1.4.5, ovs-bugs@openvswitch.org)
NX_BUILDNR
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])