v0.7.0
This commit is contained in:
parent
32f456089c
commit
df6da56c56
|
@ -1,4 +1,4 @@
|
||||||
## 0.7.0 (unreleased)
|
## 0.7.0 (January 19, 2011)
|
||||||
|
|
||||||
- VirtualBox 4.0 support. Support for VirtualBox 3.2 is _dropped_, since
|
- 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
|
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,
|
# 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
|
# since it is used to generate the gemspec and is also the source of
|
||||||
# the version for `vagrant -v`
|
# the version for `vagrant -v`
|
||||||
VERSION = "0.7.0.dev"
|
VERSION = "0.7.0"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue