diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-10-20 17:48:38 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-10-20 17:48:38 +0300 |
commit | 2837d520bb16ea0836d4022fbf439af0da469d2f (patch) | |
tree | 18c7c213efc82d73b3fd0660b27bf26ff7a961f4 /src/nxt_main.h | |
parent | a493675dc60b4c5dd111cdfabfba35e8d3c01c3e (diff) | |
download | unit-2837d520bb16ea0836d4022fbf439af0da469d2f.tar.gz unit-2837d520bb16ea0836d4022fbf439af0da469d2f.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 a12e8153..3adf16b6 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -11,8 +11,8 @@ #include <nxt_auto_config.h> -#define NXT_VERSION "0.2" -#define NXT_VERNUM 2 +#define NXT_VERSION "0.3" +#define NXT_VERNUM 3 typedef struct nxt_port_s nxt_port_t; |