From 2837d520bb16ea0836d4022fbf439af0da469d2f Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 20 Oct 2017 17:48:38 +0300 Subject: [PATCH] Version bump. --- auto/make | 2 +- src/nxt_main.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/auto/make b/auto/make index bd8821f7..f0241e5e 100644 --- a/auto/make +++ b/auto/make @@ -240,7 +240,7 @@ END cat << END > Makefile -NXT_VERSION = 0.1 +NXT_VERSION = 0.3 include $NXT_MAKEFILE 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;