diff options
Diffstat (limited to 'src/nxt_main.h')
-rw-r--r-- | src/nxt_main.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/nxt_main.h b/src/nxt_main.h index dc821e07..23c55002 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -9,10 +9,7 @@ #include <nxt_auto_config.h> - - -#define NXT_VERSION "1.8" -#define NXT_VERNUM 10800 +#include <nxt_version.h> #define NXT_SERVER "Unit/" NXT_VERSION |