Skip to content

Commit

Permalink
Nginx version: 1.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphoting committed Jul 4, 2012
1 parent 4c59d2a commit a3ba71a
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.1
NGINX_VERSION=1.2.2
LIBMCRYPT_VERSION=2.5.8
LIBMEMCACHED_VERSION=1.0.7
PHP_VERSION=5.4.4
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.1"
export NGINX_VERSION="1.2.2"
export PHP_VERSION="5.4.4"
export LIBMCRYPT_VERSION="2.5.8"
export LIBMEMCACHED_VERSION="1.0.7"
Expand Down

0 comments on commit a3ba71a

Please sign in to comment.