Skip to content

Commit

Permalink
ext-mongo/1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuelke committed Jan 29, 2015
1 parent 6ff2418 commit 1746ff0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions support/build/extensions/no-debug-non-zts-20121212/mongo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php/
# Build Deps: php-5.5.11
# Build Deps: php-5.5.21

OUT_PREFIX=$1

Expand All @@ -9,7 +9,7 @@ set -o pipefail
# fail harder
set -eux

DEFAULT_VERSION="1.5.8"
DEFAULT_VERSION="1.6.0"
dep_version=${VERSION:-$DEFAULT_VERSION}
dep_dirname=mongo-${dep_version}
dep_archive_name=${dep_dirname}.tgz
Expand Down
2 changes: 1 addition & 1 deletion support/build/extensions/no-debug-non-zts-20131226/mongo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/php/
# Build Deps: php-5.6.0RC4
# Build Deps: php-5.6.5

source $(dirname $0)/../no-debug-non-zts-20121212/$(basename $0)

0 comments on commit 1746ff0

Please sign in to comment.