Skip to content

Commit

Permalink
Nginx version: 1.2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphoting committed Sep 26, 2012
1 parent aed08e1 commit 81b8eee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
set -o pipefail

# START CONFIG
NGINX_VERSION=1.2.3
NGINX_VERSION=1.2.4
LIBMCRYPT_VERSION=2.5.8
LIBMEMCACHED_VERSION=1.0.7
PHP_VERSION=5.4.7
Expand Down
2 changes: 1 addition & 1 deletion support/set-env.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

export NGINX_VERSION="1.2.3"
export NGINX_VERSION="1.2.4"
export PHP_VERSION="5.4.7"
export LIBMCRYPT_VERSION="2.5.8"
export LIBMEMCACHED_VERSION="1.0.7"
Expand Down

0 comments on commit 81b8eee

Please sign in to comment.