diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-11-15 20:08:43 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-11-15 20:08:43 +0300 |
commit | e4d9cffedfda046134ad7b152aa751c6e6404e06 (patch) | |
tree | f485d1a4d22072833891b96b86734d840e4ad1df /src/nxt_main.h | |
parent | a4b02e17382ccbfc19410c644004c4615b2c2c29 (diff) | |
download | unit-e4d9cffedfda046134ad7b152aa751c6e6404e06.tar.gz unit-e4d9cffedfda046134ad7b152aa751c6e6404e06.tar.bz2 |
Version bump.
Diffstat (limited to 'src/nxt_main.h')
-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 12c0ce6d..71ee6599 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -11,8 +11,8 @@ #include <nxt_auto_config.h> -#define NXT_VERSION "1.6" -#define NXT_VERNUM 10600 +#define NXT_VERSION "1.7" +#define NXT_VERNUM 10700 #define NXT_SERVER "Unit/" NXT_VERSION |