summaryrefslogtreecommitdiff
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
parentba60b421cc159b7e53f7e9a890aa130a35801083 (diff)
downloadopenvswitch-1.4.4.tar.gz
Declare the version as "1.4.4".v1.4.4
Signed-off-by: Justin Pettit <jpettit@nicira.com>
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
3 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 31e217ec9..a17081423 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+v1.4.4 - 15 Jan 2013
+------------------------
+ - Bug fixes
+
v1.4.3 - 06 Sep 2012
------------------------
- Bug fixes
diff --git a/configure.ac b/configure.ac
index 9d8dabf30..893223eb8 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])
diff --git a/debian/changelog b/debian/changelog
index ac8fd2edb..f3528eb9a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openvswitch (1.4.4-1) unstable; urgency=low
+
+ * New upstream version containing bug fixes.
+
+ -- Open vSwitch team <dev@openvswitch.org> Tue, 15 Jan 2012 15:55:00 -0700
+
openvswitch (1.4.3-1) unstable; urgency=low
* New upstream version containing bug fixes.