summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_main.h
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2018-04-12 19:39:25 +0300
committerValentin Bartenev <vbart@nginx.com>2018-04-12 19:39:25 +0300
commit946cfa32a8fe374d258f5c5625ac3026a8a417c1 (patch)
treef93ceadf513021a433e0f7cf27dc731f8f73b6c5 /src/nxt_main.h
parentd5a96ff000dc7236fa1e3cebcbe2d613e41940b7 (diff)
downloadunit-946cfa32a8fe374d258f5c5625ac3026a8a417c1.tar.gz
unit-946cfa32a8fe374d258f5c5625ac3026a8a417c1.tar.bz2
Version bump.
Diffstat (limited to 'src/nxt_main.h')
-rw-r--r--src/nxt_main.h4
1 files 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 <nxt_auto_config.h>
-#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;