From 2837d520bb16ea0836d4022fbf439af0da469d2f Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 20 Oct 2017 17:48:38 +0300 Subject: Version bump. --- src/nxt_main.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -#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; -- cgit