diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-04-13 19:10:15 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-04-13 19:10:15 +0300 |
commit | 115949c50fda7590bebef8a2c15e34ff3f9f9707 (patch) | |
tree | 1b656330343dec1eeb3fa327a6ef45ce66dd99f4 | |
parent | 1c19c6f1ad6163e49a8e188befee64698f780835 (diff) | |
download | unit-115949c50fda7590bebef8a2c15e34ff3f9f9707.tar.gz unit-115949c50fda7590bebef8a2c15e34ff3f9f9707.tar.bz2 |
Version bump.
-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 dbaed5d8..335134e9 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -11,8 +11,8 @@ #include <nxt_auto_config.h> -#define NXT_VERSION "1.0" -#define NXT_VERNUM 10000 +#define NXT_VERSION "1.1" +#define NXT_VERNUM 10100 typedef struct nxt_port_s nxt_port_t; |