aboutsummaryrefslogtreecommitdiff
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
parent225aa6464c57ce0918ff9b6b0c43e08f1950c9b5 (diff)
Declare the version as "1.4.5".v1.4.5
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 a1708142..a318b157 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+v1.4.5 - 22 Jan 2013
+------------------------
+ - Bug fixes
+
v1.4.4 - 15 Jan 2013
------------------------
- Bug fixes
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])
diff --git a/debian/changelog b/debian/changelog
index ff2a8682..e03740ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openvswitch (1.4.5-1) unstable; urgency=low
+
+ * New upstream version containing bug fixes.
+
+ -- Open vSwitch team <dev@openvswitch.org> Tue, 22 Jan 2013 13:40:00 -0700
+
openvswitch (1.4.4-1) unstable; urgency=low
* New upstream version containing bug fixes.