diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-04-27 16:48:14 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-04-27 16:48:14 +0300 |
commit | 10898568a3294e9af4345997462d8ebc743aa32b (patch) | |
tree | bab6a36812ff222dd41d5a6f429a4e2ffc6b4353 /src/nxt_main.h | |
parent | 4814fa7efe724b0f36f5fe6e0b49772dc539e286 (diff) | |
download | unit-10898568a3294e9af4345997462d8ebc743aa32b.tar.gz unit-10898568a3294e9af4345997462d8ebc743aa32b.tar.bz2 |
Version bump.
Diffstat (limited to '')
-rw-r--r-- | src/nxt_main.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nxt_main.h b/src/nxt_main.h index 335134e9..df74a5eb 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -11,8 +11,8 @@ #include <nxt_auto_config.h> -#define NXT_VERSION "1.1" -#define NXT_VERNUM 10100 +#define NXT_VERSION "1.2" +#define NXT_VERNUM 10200 typedef struct nxt_port_s nxt_port_t; |