diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-09-28 15:05:35 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-09-28 15:05:35 +0300 |
commit | 425d56037247480eb9c3f839fb79a88f2aa2f36b (patch) | |
tree | c74de89dd7595b95d7ea998e21ccf87288c4122c /src/nxt_main.h | |
parent | 2a9fc6b1fe440e4887592e93c5181093a679955a (diff) | |
download | unit-425d56037247480eb9c3f839fb79a88f2aa2f36b.tar.gz unit-425d56037247480eb9c3f839fb79a88f2aa2f36b.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 1bbd9ee5..670010f8 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -11,8 +11,8 @@ #include <nxt_auto_config.h> -#define NXT_VERSION "1.4" -#define NXT_VERNUM 10400 +#define NXT_VERSION "1.5" +#define NXT_VERNUM 10500 #define NXT_SERVER "Unit/" NXT_VERSION |