diff --git a/bin/compile b/bin/compile index 78c2f33f9..695aa1a71 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.12 -NEWRELIC_VERSION=2.9.5.78 +NEWRELIC_VERSION=3.2.5.147 S3_BUCKET=heroku-buildpack-php-tyler # END CONFIG diff --git a/support/set-env.sh b/support/set-env.sh index 0b6f7011c..5a4a71ad8 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.2.5.147" export NGINX_VERSION="1.2.7"