v0.7.0.beta - VirtualBox 4.0 support, initial testing

This commit is contained in:
Mitchell Hashimoto 2010-12-24 19:25:18 -08:00
parent b0ce015f40
commit 8abdfe7b27
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## 0.7.0 (unreleased)
## 0.7.0.beta (December 24, 2010)
- VirtualBox 4.0 support. Support for VirtualBox 3.2 is _dropped_, since
the API is so different. Stay with the 0.6.x series if you have VirtualBox

View File

@ -2,5 +2,5 @@ module Vagrant
# This will always be up to date with the current version of Vagrant,
# since it is used to generate the gemspec and is also the source of
# the version for `vagrant -v`
VERSION = "0.7.0.dev"
VERSION = "0.7.0.beta"
end