This commit is contained in:
Mitchell Hashimoto 2011-07-20 17:52:14 -07:00
parent 7aed9c6f4f
commit 530c4f29e0
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
## 0.8.0 (unreleased)
## 0.8.0 (July 20, 2011)
- VirtualBox 4.1 support _only_. Previous versions of VirtualBox
are supported by earlier versions of Vagrant.

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.8.0.dev"
VERSION = "0.8.0"
end

View File

@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.add_dependency "net-scp", "~> 1.0.4"
s.add_dependency "i18n", "~> 0.5.0"
s.add_dependency "thor", "~> 0.14.6"
s.add_dependency "virtualbox", "~> 0.9.0.dev"
s.add_dependency "virtualbox", "~> 0.9.0"
s.add_development_dependency "rake"
s.add_development_dependency "contest", ">= 0.1.2"