aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2014-04-28 14:53:11 -0700
committerJustin Pettit <jpettit@nicira.com>2014-04-28 14:56:18 -0700
commit82e413df62d395f95052ccc3edda941c55258bbe (patch)
treeb1545b72cc7eb2055b5b8eef0a43cbc039e6cc49
parentde0486c1b68e37c7994e7d9d2c973e9b92a8120f (diff)
Prepare for 2.1.2.
We now increment the version immediately after a release. 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 32dc352fc..a31740e5a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+v2.1.2 - xx xxx xxxx
+---------------------
+
+
v2.1.1 - 28 Apr 2014
---------------------
- The "ovsdbmonitor" graphical tool has been removed, because it was
diff --git a/configure.ac b/configure.ac
index 3b9087b83..af86fd5b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.64)
-AC_INIT(openvswitch, 2.1.1, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.1.2, ovs-bugs@openvswitch.org)
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
diff --git a/debian/changelog b/debian/changelog
index deea3377e..4db805c38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openvswitch (2.1.2-1) unstable; urgency=low
+ [ Open vSwitch team ]
+ - Nothing yet!
+
+ -- Open vSwitch team <dev@openvswitch.org> Mon, 28 Apr 2014 14:51:37 -0700
+
openvswitch (2.1.1-1) unstable; urgency=low
[ Open vSwitch team ]
* New upstream version