Increase version to 0.2.0.
authorJustin Pettit <jpettit@nicira.com>
Fri, 28 Mar 2008 06:59:37 +0000 (23:59 -0700)
committerJustin Pettit <jpettit@nicira.com>
Fri, 28 Mar 2008 06:59:37 +0000 (23:59 -0700)
ChangeLog
configure.ac

index a016a8fb4e25d3c1519e3a8b7bb9b71f2dc9835a..685baa5a33ae7aed97e809cc82aadd4b03ed7181 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+v0.2.0 - 28 Mar 2008
+--------------------
+    - Added userspace switch reference implementation
+
 v0.1.9 - 19 Mar 2008
 --------------------
     - Added SSL/TLS support
index 0dec077e4db48d9eecc0b7e3f7ae47412c8d773e..539fc619e7800fb86a70e2d65742245a633bb87e 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(openflow, v0.1.9, info@openflowswitch.org)
+AC_INIT(openflow, v0.2.0, info@openflowswitch.org)
 AM_INIT_AUTOMAKE
 
 AC_PROG_CC