From 84eba82bc8d0511cb06aba17c731796320818df5 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Mon, 15 Jan 2018 18:37:07 +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 c1a64349..50f714b1 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -11,8 +11,8 @@ #include -#define NXT_VERSION "0.4" -#define NXT_VERNUM 4 +#define NXT_VERSION "0.5" +#define NXT_VERNUM 5 typedef struct nxt_port_s nxt_port_t;