From 965a95d602cd2bb50111ba33e0a9efe3431b3674 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 29 Dec 2017 18:43:51 +0300 Subject: [PATCH] Version bump. --- src/nxt_main.h | 4 ++-- 1 file 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 -#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;