summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2019-02-07 17:42:31 +0300
committerValentin Bartenev <vbart@nginx.com>2019-02-07 17:42:31 +0300
commite038f1e9cc61e735645a3ac8605b055614327040 (patch)
treebc9552b58fb741848546346097d273a42d8fed0b
parent4195a29fabfe65f5a28baf2405c2077e2ba3c09a (diff)
downloadunit-e038f1e9cc61e735645a3ac8605b055614327040.tar.gz
unit-e038f1e9cc61e735645a3ac8605b055614327040.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 71ee6599..760384ea 100644
--- a/src/nxt_main.h
+++ b/src/nxt_main.h
@@ -11,8 +11,8 @@
#include <nxt_auto_config.h>
-#define NXT_VERSION "1.7"
-#define NXT_VERNUM 10700
+#define NXT_VERSION "1.7.1"
+#define NXT_VERNUM 10701
#define NXT_SERVER "Unit/" NXT_VERSION