From 946cfa32a8fe374d258f5c5625ac3026a8a417c1 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 12 Apr 2018 19:39:25 +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 cd0b9784..dbaed5d8 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -11,8 +11,8 @@ #include -#define NXT_VERSION "0.8" -#define NXT_VERNUM 8 +#define NXT_VERSION "1.0" +#define NXT_VERNUM 10000 typedef struct nxt_port_s nxt_port_t;