summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2012-09-24 18:24:07 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2012-09-24 18:24:07 +0000
commitbd0a1916ddd0e8969594097c125aeef97bf9a18e (patch)
tree57e9e232372ca8bdf69bf836e93bc9591bf50c26
parentc925a2afeb19e0fcdf0db960afe3cef44612648e (diff)
downloadnginx-bd0a1916ddd0e8969594097c125aeef97bf9a18e.tar.gz
nginx-bd0a1916ddd0e8969594097c125aeef97bf9a18e.tar.bz2
Version bump.
-rw-r--r--src/core/nginx.h4
-rw-r--r--src/http/modules/perl/nginx.pm2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h
index c807c9a12..88f5f2b84 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -9,8 +9,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 1002003
-#define NGINX_VERSION "1.2.3"
+#define nginx_version 1002004
+#define NGINX_VERSION "1.2.4"
#define NGINX_VER "nginx/" NGINX_VERSION
#define NGINX_VAR "NGINX"
diff --git a/src/http/modules/perl/nginx.pm b/src/http/modules/perl/nginx.pm
index 7f825475a..dccbbd9c1 100644
--- a/src/http/modules/perl/nginx.pm
+++ b/src/http/modules/perl/nginx.pm
@@ -50,7 +50,7 @@ our @EXPORT = qw(
HTTP_INSUFFICIENT_STORAGE
);
-our $VERSION = '1.2.3';
+our $VERSION = '1.2.4';
require XSLoader;
XSLoader::load('nginx', $VERSION);