diff options
author | Valentin Bartenev <vbart@nginx.com> | 2017-10-02 17:10:12 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2017-10-02 17:10:12 +0300 |
commit | fcd141936cacee24109c8b64fd06c14925aca4a6 (patch) | |
tree | 69edec826b947a3dfdca3ee14b12ed9d74f64ce2 /src/nxt_main.h | |
parent | 9416a342b2b90ad813a6504d2bbe97bc3c7f51ff (diff) | |
download | unit-fcd141936cacee24109c8b64fd06c14925aca4a6.tar.gz unit-fcd141936cacee24109c8b64fd06c14925aca4a6.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 4cce7e62..978381b9 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -11,8 +11,8 @@ #include <nxt_auto_config.h> -#define NXT_VERSION "0.1" -#define NXT_VERNUM 0x00000001 +#define NXT_VERSION "0.2" +#define NXT_VERNUM 2 typedef struct nxt_port_s nxt_port_t; |