summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2018-02-09 19:06:53 +0300
committerValentin Bartenev <vbart@nginx.com>2018-02-09 19:06:53 +0300
commitc890f53d105a53c8e61f9668775fa804f6aae34a (patch)
tree9146b55352ae38bde5021d9c6ac7b11626409d4b
parentc424e92fed8d1ce2f11cd7f59239dda97e7efd24 (diff)
downloadunit-c890f53d105a53c8e61f9668775fa804f6aae34a.tar.gz
unit-c890f53d105a53c8e61f9668775fa804f6aae34a.tar.bz2
Version bump.
-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 50f714b1..12331092 100644
--- a/src/nxt_main.h
+++ b/src/nxt_main.h
@@ -11,8 +11,8 @@
#include <nxt_auto_config.h>
-#define NXT_VERSION "0.5"
-#define NXT_VERNUM 5
+#define NXT_VERSION "0.6"
+#define NXT_VERNUM 6
typedef struct nxt_port_s nxt_port_t;