File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- (defproject nginx-clojure /nginx-clojure-embed " 0.6.0 "
1
+ (defproject nginx-clojure /nginx-clojure-embed " 0.6.1 "
2
2
:description " Embeding Nginx-Clojure into a standard clojure/java/groovy app without additional Nginx process"
3
3
:url " https://github.com/nginx-clojure/nginx-clojure/tree/master/nginx-clojure-embed"
4
4
:license {:name " BSD 3-Clause license"
5
5
:url " http://opensource.org/licenses/BSD-3-Clause" }
6
6
:plugins []
7
7
:dependencies [
8
- [nginx-clojure/nginx-clojure " 0.6.0 " ]
8
+ [nginx-clojure/nginx-clojure " 0.6.1 " ]
9
9
]
10
10
:source-paths [" src/clojure" ]
11
11
:java-source-paths [" src/java" ]
Original file line number Diff line number Diff line change 1
- (defproject nginx-clojure /nginx-clojure " 0.6.0 "
1
+ (defproject nginx-clojure /nginx-clojure " 0.6.1 "
2
2
:description " Nginx module for clojure or groovy or java programming"
3
3
:url " https://github.com/nginx-clojure/nginx-clojure"
4
4
:license {:name " BSD 3-Clause license"
Original file line number Diff line number Diff line change @@ -390,7 +390,7 @@ public class MiniConstants {
390
390
391
391
//nginx clojure java runtime required the lowest version of nginx-clojure c module
392
392
public static long NGINX_CLOJURE_RT_REQUIRED_LVER = 5002 ;
393
- public static long NGINX_CLOJURE_RT_VER = 6000 ;
393
+ public static long NGINX_CLOJURE_RT_VER = 6001 ;
394
394
395
395
//ngx_core.h
396
396
public final static int NGX_OK = 0 ;
You can’t perform that action at this time.
0 commit comments