diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-01-15 18:37:07 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-01-15 18:37:07 +0300 |
commit | 84eba82bc8d0511cb06aba17c731796320818df5 (patch) | |
tree | 68279dcddfb8c288a305408ce8b3a746261dc068 /src/nxt_main.h | |
parent | 3cc529ddea183e4d5ea3faf31489123a071a7de6 (diff) | |
download | unit-84eba82bc8d0511cb06aba17c731796320818df5.tar.gz unit-84eba82bc8d0511cb06aba17c731796320818df5.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 c1a64349..50f714b1 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -11,8 +11,8 @@ #include <nxt_auto_config.h> -#define NXT_VERSION "0.4" -#define NXT_VERNUM 4 +#define NXT_VERSION "0.5" +#define NXT_VERNUM 5 typedef struct nxt_port_s nxt_port_t; |