diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-12-29 18:43:51 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-12-29 18:43:51 +0300 |
commit | 965a95d602cd2bb50111ba33e0a9efe3431b3674 (patch) | |
tree | 79b4a4355e8a3d6594b9490ff5995e031b44e7b9 /src/nxt_main.h | |
parent | 3e9e6878a671f0f95889fb153ce52d6a12d4a5a4 (diff) | |
download | unit-965a95d602cd2bb50111ba33e0a9efe3431b3674.tar.gz unit-965a95d602cd2bb50111ba33e0a9efe3431b3674.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 3adf16b6..c1a64349 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -11,8 +11,8 @@ #include <nxt_auto_config.h> -#define NXT_VERSION "0.3" -#define NXT_VERNUM 3 +#define NXT_VERSION "0.4" +#define NXT_VERNUM 4 typedef struct nxt_port_s nxt_port_t; |