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 "
22 :description " Embeding Nginx-Clojure into a standard clojure/java/groovy app without additional Nginx process"
33 :url " https://github.com/nginx-clojure/nginx-clojure/tree/master/nginx-clojure-embed"
44 :license {:name " BSD 3-Clause license"
55 :url " http://opensource.org/licenses/BSD-3-Clause" }
66 :plugins []
77 :dependencies [
8- [nginx-clojure/nginx-clojure " 0.6.0 " ]
8+ [nginx-clojure/nginx-clojure " 0.6.1 " ]
99 ]
1010 :source-paths [" src/clojure" ]
1111 :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 "
22 :description " Nginx module for clojure or groovy or java programming"
33 :url " https://github.com/nginx-clojure/nginx-clojure"
44 :license {:name " BSD 3-Clause license"
Original file line number Diff line number Diff line change @@ -390,7 +390,7 @@ public class MiniConstants {
390390
391391 //nginx clojure java runtime required the lowest version of nginx-clojure c module
392392 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 ;
394394
395395 //ngx_core.h
396396 public final static int NGX_OK = 0 ;
You can’t perform that action at this time.
0 commit comments