diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-02-12 16:58:38 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-02-12 16:58:38 +0300 |
commit | dc50773e518f6e68109384cb37c91985dbc3fe63 (patch) | |
tree | 83b2800230df29f4a732ff653f3d56934010d6d3 /src/nxt_main.h | |
parent | 582fd34f358ddfe5db21d47f1ff269367e5b37e4 (diff) | |
download | unit-dc50773e518f6e68109384cb37c91985dbc3fe63.tar.gz unit-dc50773e518f6e68109384cb37c91985dbc3fe63.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 12331092..ff9f9ab7 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -11,8 +11,8 @@ #include <nxt_auto_config.h> -#define NXT_VERSION "0.6" -#define NXT_VERNUM 6 +#define NXT_VERSION "0.7" +#define NXT_VERNUM 7 typedef struct nxt_port_s nxt_port_t; |