Skip to content

Commit

Permalink
Merge branch 'nginx/1.2.2' into develop
Browse files Browse the repository at this point in the history
* nginx/1.2.2:
  Nginx version: 1.2.2.
  • Loading branch information
iphoting committed Jul 5, 2012
2 parents 48a048a + a3ba71a commit cff40f7
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 cff40f7

Please sign in to comment.