diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-12-24 20:31:45 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-12-24 20:31:45 +0300 |
commit | fac0ef29d564dbd8f59c6c8aaa89f0d656f1f786 (patch) | |
tree | 43ac07f22d3c66f3eb0c52399dedfea080f2faf5 /src/nxt_main.h | |
parent | 4195a29fabfe65f5a28baf2405c2077e2ba3c09a (diff) | |
download | unit-fac0ef29d564dbd8f59c6c8aaa89f0d656f1f786.tar.gz unit-fac0ef29d564dbd8f59c6c8aaa89f0d656f1f786.tar.bz2 |
Version bump.
Diffstat (limited to '')
-rw-r--r-- | src/nxt_main.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nxt_main.h b/src/nxt_main.h index 71ee6599..dc821e07 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -11,8 +11,8 @@ #include <nxt_auto_config.h> -#define NXT_VERSION "1.7" -#define NXT_VERNUM 10700 +#define NXT_VERSION "1.8" +#define NXT_VERNUM 10800 #define NXT_SERVER "Unit/" NXT_VERSION |