From: Justin Pettit Date: Fri, 28 Mar 2008 17:10:44 +0000 (-0700) Subject: Increase the version number to v0.2.1. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=978cbbfb827ec9fa0681d374d3507d8176ad881b;p=sliver-openvswitch.git Increase the version number to v0.2.1. --- diff --git a/ChangeLog b/ChangeLog index 685baa5a3..056f51a97 100644 --- 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 diff --git a/configure.ac b/configure.ac index 539fc619e..d86e553c4 100644 --- a/configure.ac +++ b/configure.ac @@ -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