diff --git a/bin/compile b/bin/compile index 8d8b9e100..3cc1af8bc 100755 --- a/bin/compile +++ b/bin/compile @@ -9,7 +9,7 @@ NGINX_VERSION=1.2.7 LIBMCRYPT_VERSION=2.5.8 LIBMEMCACHED_VERSION=1.0.7 PHP_VERSION=5.4.11 -NEWRELIC_VERSION=2.9.5.78 +NEWRELIC_VERSION=3.1.5.137 S3_BUCKET=heroku-buildpack-php-tyler # END CONFIG diff --git a/support/ec2-build-php.sh b/support/ec2-build-php.sh index 91eb5fbc6..26a6a699a 100644 --- a/support/ec2-build-php.sh +++ b/support/ec2-build-php.sh @@ -10,7 +10,7 @@ export APC_VERSION="3.1.10" export PHPREDIS_VERSION="2.2.2" export LIBMEMCACHED_VERSION="1.0.7" export MEMCACHED_VERSION="2.0.1" -export NEWRELIC_VERSION="2.9.5.78" +export NEWRELIC_VERSION="3.1.5.137" ## END EDIT set -e diff --git a/support/set-env.sh b/support/set-env.sh index 0f390a898..c6a5338e3 100755 --- a/support/set-env.sh +++ b/support/set-env.sh @@ -8,7 +8,7 @@ export APC_VERSION="3.1.10" export PHPREDIS_VERSION="2.2.2" export LIBMEMCACHED_VERSION="1.0.7" export MEMCACHED_VERSION="2.0.1" -export NEWRELIC_VERSION="2.9.5.78" +export NEWRELIC_VERSION="3.1.5.137" export NGINX_VERSION="1.2.7"