Skip to content
This repository has been archived by the owner on Feb 27, 2018. It is now read-only.

Commit

Permalink
Bump to 1.8.0 and VBox 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Aug 12, 2015
1 parent 5d3a5e9 commit 6ad529e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Boot2Docker.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Boot2Docker for Windows"
#define MyAppVersion "1.7.1"
#define MyAppVersion "1.8.0"
#define MyAppPublisher "Docker Inc"
#define MyAppURL "https://docker.com"
#define MyAppContact "https://docs.docker.com"
Expand Down
10 changes: 5 additions & 5 deletions bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ set -e
# Script to grab binaries that are going to be bundled with windows installer.
# Note to maintainers: Update versions used below with newer releases

boot2dockerIso=1.7.1
boot2dockerCli=1.7.1
docker=1.7.1
vbox=4.3.30
vboxRev=101610
boot2dockerIso=1.8.0
boot2dockerCli=1.8.0
docker=1.8.0
vbox=5.0.0
vboxRev=101573
msysGit=1.9.5-preview20150319

boot2dockerIsoSrc=boot2docker
Expand Down

0 comments on commit 6ad529e

Please sign in to comment.