Increase the version number to v0.2.1.
authorJustin Pettit <jpettit@nicira.com>
Fri, 28 Mar 2008 17:10:44 +0000 (10:10 -0700)
committerJustin Pettit <jpettit@nicira.com>
Fri, 28 Mar 2008 17:10:44 +0000 (10:10 -0700)
ChangeLog
configure.ac

index 685baa5..056f51a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+v0.2.1 - 28 Mar 2008
+--------------------
+    - Fixed build problem when SSL enabled
+
 v0.2.0 - 28 Mar 2008
 --------------------
     - Added userspace switch reference implementation
index 539fc61..d86e553 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(openflow, v0.2.0, info@openflowswitch.org)
+AC_INIT(openflow, v0.2.1, info@openflowswitch.org)
 AM_INIT_AUTOMAKE
 
 AC_PROG_CC