v0.7.0.beta - VirtualBox 4.0 support, initial testing
This commit is contained in:
parent
b0ce015f40
commit
8abdfe7b27
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue