aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2013-02-26 11:15:13 -0800
committerJustin Pettit <jpettit@nicira.com>2013-02-26 11:15:13 -0800
commit15063992a870df91ebfe274ea03f9b3510334863 (patch)
treeccdfc38b4a883fc943040f84ca0346078da1ceb9
parentb1e69c0abf58ae496116c032c65885407fb245ac (diff)
Declare the version as "1.4.6".v1.4.6
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 a318b157..54bd50a2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+v1.4.6 - 26 Feb 2013
+------------------------
+ - Bug fixes
+
v1.4.5 - 22 Jan 2013
------------------------
- Bug fixes
diff --git a/configure.ac b/configure.ac
index c1747d7c..304248d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.64)
-AC_INIT(openvswitch, 1.4.5, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 1.4.6, 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 e03740ba..7d6f9cd1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openvswitch (1.4.6-1) unstable; urgency=low
+
+ * New upstream version containing bug fixes.
+
+ -- Open vSwitch team <dev@openvswitch.org> Tue, 26 Feb 2013 11:14:00 -0700
+
openvswitch (1.4.5-1) unstable; urgency=low
* New upstream version containing bug fixes.