Commit 530c4f29 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto
Browse files

v0.8.0

parent 7aed9c6f
Showing with 3 additions and 3 deletions
+3 -3
## 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.
......
......@@ -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
......@@ -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"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment