diff src/core/nginx.h @ 3804:25ced81f4005

bump version
author Igor Sysoev <igor@sysoev.ru>
date Mon, 29 Nov 2010 19:39:26 +0000
parents 09bb9c0a06dd
children a52fb9b7486c
line wrap: on
line diff
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version         9000
-#define NGINX_VERSION      "0.9.0"
+#define nginx_version         9001
+#define NGINX_VERSION      "0.9.1"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"