From fcd141936cacee24109c8b64fd06c14925aca4a6 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Mon, 2 Oct 2017 17:10:12 +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 4cce7e62..978381b9 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -11,8 +11,8 @@ #include -#define NXT_VERSION "0.1" -#define NXT_VERNUM 0x00000001 +#define NXT_VERSION "0.2" +#define NXT_VERNUM 2 typedef struct nxt_port_s nxt_port_t;