diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-04-02 17:42:36 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-04-02 17:42:36 +0300 |
commit | f4cb476febbdaac4174fa6d8047782e2669e3b8e (patch) | |
tree | 02388ebd15f2d4005ad23c063b6ced851783c294 /src/nxt_main.h | |
parent | a01a98ce36dd47c1be1df37470cac1656efac31e (diff) | |
download | unit-f4cb476febbdaac4174fa6d8047782e2669e3b8e.tar.gz unit-f4cb476febbdaac4174fa6d8047782e2669e3b8e.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 ff9f9ab7..cd0b9784 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -11,8 +11,8 @@ #include <nxt_auto_config.h> -#define NXT_VERSION "0.7" -#define NXT_VERNUM 7 +#define NXT_VERSION "0.8" +#define NXT_VERNUM 8 typedef struct nxt_port_s nxt_port_t; |