diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-06-13 15:42:42 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-06-13 15:42:42 +0300 |
commit | e96374bfa122b035955d686aaf52b68ebe8292a0 (patch) | |
tree | 6d6e045bd13b73c4764aa9b109eda61786e35d1d /src/nxt_main.h | |
parent | f2a856aa3b0ea0e0d892a9a3865c54de83c71a74 (diff) | |
download | unit-e96374bfa122b035955d686aaf52b68ebe8292a0.tar.gz unit-e96374bfa122b035955d686aaf52b68ebe8292a0.tar.bz2 |
Version bump.
Diffstat (limited to 'src/nxt_main.h')
-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 19f084d3..e5d5cb4d 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -11,8 +11,8 @@ #include <nxt_auto_config.h> -#define NXT_VERSION "1.2" -#define NXT_VERNUM 10200 +#define NXT_VERSION "1.3" +#define NXT_VERNUM 10300 #define NXT_SERVER "Unit/" NXT_VERSION |