From 608e09e9def182756e2f1650c6f3416b209fbf58 Mon Sep 17 00:00:00 2001 From: Alexander Borisov Date: Fri, 22 Feb 2019 16:31:44 +0300 Subject: Improvement and unification of version processing in build scripts. This also eliminates expressions that incompatible with BSD make, thus fixing installation of Node.js module on FreeBSD (broken by dace60fc4926). --- version | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 version (limited to 'version') diff --git a/version b/version new file mode 100644 index 00000000..36e0b1b3 --- /dev/null +++ b/version @@ -0,0 +1,5 @@ + +# Copyright (C) NGINX, Inc. + +NXT_VERSION=1.8 +NXT_VERNUM=10800 -- cgit