diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-07-16 16:33:06 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-07-16 16:33:06 +0300 |
commit | 7bdbb2cf2a63013fdba7624b618d511d00e27531 (patch) | |
tree | 2c98195c09a1a57e30252046adc623f6f50a17eb /src/nxt_main.h | |
parent | cfe91315eb6a9473db532800d9a18576536c8ee0 (diff) | |
download | unit-7bdbb2cf2a63013fdba7624b618d511d00e27531.tar.gz unit-7bdbb2cf2a63013fdba7624b618d511d00e27531.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 e5d5cb4d..24f89d00 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -11,8 +11,8 @@ #include <nxt_auto_config.h> -#define NXT_VERSION "1.3" -#define NXT_VERNUM 10300 +#define NXT_VERSION "1.4" +#define NXT_VERNUM 10400 #define NXT_SERVER "Unit/" NXT_VERSION |