Skip to content

Commit

Permalink
Merge pull request #6 from briancroom/update_snapshot_version
Browse files Browse the repository at this point in the history
Update to the latest development snapshot
  • Loading branch information
briancroom committed Feb 2, 2016
2 parents 3a09886 + a9e4b25 commit 96593f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi
BUILD_DIR=$1
CACHE_DIR=$2

DEFAULT_SWIFT_VERSION=2.2-SNAPSHOT-2016-01-11-a
DEFAULT_SWIFT_VERSION=DEVELOPMENT-SNAPSHOT-2016-01-25-a
CLANG_VERSION=3.7.0

if [ -f $BUILD_DIR/.swift-version ]; then
Expand Down
6 changes: 6 additions & 0 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ dependencies:
md5: 8d53bbe29b7814aae8f66583c15f8730
cf_stacks:
- cflinuxfs2
- name: swift
version: DEVELOPMENT-SNAPSHOT-2016-01-25-a
uri: https://swift.org/builds/development/ubuntu1404/swift-DEVELOPMENT-SNAPSHOT-2016-01-25-a/swift-DEVELOPMENT-SNAPSHOT-2016-01-25-a-ubuntu14.04.tar.gz
md5: d741ea8d8ae1c4122ac028a4a4873148
cf_stacks:
- cflinuxfs2
- name: clang
version: 3.7.0
uri: http://llvm.org/releases/3.7.0/clang+llvm-3.7.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz
Expand Down

0 comments on commit 96593f1

Please sign in to comment.