summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2017-10-02 17:10:12 +0300
committerValentin Bartenev <vbart@nginx.com>2017-10-02 17:10:12 +0300
commitfcd141936cacee24109c8b64fd06c14925aca4a6 (patch)
tree69edec826b947a3dfdca3ee14b12ed9d74f64ce2 /src
parent9416a342b2b90ad813a6504d2bbe97bc3c7f51ff (diff)
downloadunit-fcd141936cacee24109c8b64fd06c14925aca4a6.tar.gz
unit-fcd141936cacee24109c8b64fd06c14925aca4a6.tar.bz2
Version bump.
Diffstat (limited to 'src')
-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 4cce7e62..978381b9 100644
--- a/src/nxt_main.h
+++ b/src/nxt_main.h
@@ -11,8 +11,8 @@
#include <nxt_auto_config.h>
-#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;