Skip to content

Commit

Permalink
Bump to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Mar 8, 2016
1 parent 29ad7a6 commit 5213f44
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fi

sh src/rust-installer/gen-installer.sh \
--product-name=multirust \
--package-name=multirust-0.7.0 \
--package-name=multirust-0.8.0 \
--rel-manifest-dir=rustlib \
--success-message=Get-ready-for-Maximum-Rust. \
--image-dir=./build/image \
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

installer=build/work/multirust-0.7.0/install.sh
installer=build/work/multirust-0.8.0/install.sh

if [ ! -e "$installer" ]; then
echo 'run ./build.sh first'
Expand Down
2 changes: 1 addition & 1 deletion src/multirust
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ set_globals() {
assert_nz "$0" "\$0 is undefined"

# Some constants
version=0.7.0
version=0.8.0
# NB: This will be replaced by the build script
commit_version=
metadata_version=2
Expand Down
2 changes: 1 addition & 1 deletion test-v1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ MULTIRUST_GPG_KEY="$TEST_DIR/public-key.asc"
WORK_DIR="$TMP_DIR/work"
MOCK_BUILD_DIR="$TMP_DIR/mock-build"
MULTIRUST_HOME="$(cd "$TMP_DIR" && pwd)/multirust"
VERSION=0.7.0
VERSION=0.8.0
MULTIRUST_BIN_DIR="$S/build/work/multirust-$VERSION/multirust/bin"
MULTIRUST_BIN_DIR_V1="$S/test/multirust-v1/build/work/multirust-0.0.2/multirust/bin"

Expand Down
2 changes: 1 addition & 1 deletion test-v2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ MULTIRUST_GPG_KEY="$TEST_DIR/public-key.asc"
WORK_DIR="$TMP_DIR/work"
MOCK_BUILD_DIR="$TMP_DIR/mock-build"
MULTIRUST_HOME="$(cd "$TMP_DIR" && pwd)/multirust"
VERSION=0.7.0
VERSION=0.8.0
MULTIRUST_BIN_DIR="$S/build/work/multirust-$VERSION/multirust/bin"
MULTIRUST_BIN_DIR_V1="$S/test/multirust-v1/build/work/multirust-0.0.2/multirust/bin"

Expand Down

0 comments on commit 5213f44

Please sign in to comment.