diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-02-09 19:06:53 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-02-09 19:06:53 +0300 |
commit | c890f53d105a53c8e61f9668775fa804f6aae34a (patch) | |
tree | 9146b55352ae38bde5021d9c6ac7b11626409d4b | |
parent | c424e92fed8d1ce2f11cd7f59239dda97e7efd24 (diff) | |
download | unit-c890f53d105a53c8e61f9668775fa804f6aae34a.tar.gz unit-c890f53d105a53c8e61f9668775fa804f6aae34a.tar.bz2 |
Version bump.
-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 50f714b1..12331092 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -11,8 +11,8 @@ #include <nxt_auto_config.h> -#define NXT_VERSION "0.5" -#define NXT_VERNUM 5 +#define NXT_VERSION "0.6" +#define NXT_VERNUM 6 typedef struct nxt_port_s nxt_port_t; |