]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Sat, 21 Feb 2009 14:55:58 +0000 (14:55 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Sat, 21 Feb 2009 14:55:58 +0000 (14:55 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 69ae5c4dd12a2f9ee8e7387089e2d5909b14d894..50ee0a266b243aa876d501a2cb7b8a9b7e92a15a 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.7.37"
+#define NGINX_VERSION      "0.7.38"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index cfe8ef511b5d00c8b437d624090c9f391af64501..0a650733eb8d172fd8339979a49e6b23efe8b9bb 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.7.37';
+our $VERSION = '0.7.38';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);