2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-22 01:51:26 +00:00

Prepare for v0.90.6 release.

This commit is contained in:
Justin Pettit 2009-10-06 14:25:36 -07:00
parent 2b71f01160
commit ef5925df6a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
v0.90.6 - 6 Oct 2009
--------------------
- Bug fixes
v0.90.5 - 21 Sep 2009
---------------------
- Generalize in-band control to more diverse network setups

View File

@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.60)
AC_INIT(openvswitch, 0.90.5, ovs-bugs@openvswitch.org)
AC_INIT(openvswitch, 0.90.6, ovs-bugs@openvswitch.org)
NX_BUILDNR
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])