aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2011-08-03 15:10:58 -0700
committerJustin Pettit <jpettit@nicira.com>2011-08-03 15:10:58 -0700
commit3e60856b5427647da2c6300e3c0740c7f8977e54 (patch)
treee9440051292a2b68247e7d5264acb202d64899b3
parent5e9c5b61d3df3088a5d98fb83d539044a6717423 (diff)
Prepare for a post-1.2.0 world (1.2.90).
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d82e886d..bc871479 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Post-v1.2.0
+------------------------
+
+
v1.2.0 - 03 Aug 2011
------------------------
- New "ofproto" abstraction layer to ease porting to hardware
diff --git a/configure.ac b/configure.ac
index c7f49b6a..492c7bcf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.64)
-AC_INIT(openvswitch, 1.2.0, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 1.2.90, ovs-bugs@openvswitch.org)
NX_BUILDNR
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])