Packages: updated to 1.4-2.

This commit is contained in:
Andrei Belov
2018-09-27 15:05:03 +03:00
parent aa6e4947ba
commit 2a9fc6b1fe
35 changed files with 66 additions and 34 deletions

View File

@@ -3,7 +3,7 @@
DEFAULT_VERSION := $(shell grep 'define NXT_VERSION' ../../src/nxt_main.h \
| sed -e 's/^.*"\(.*\)".*/\1/')
DEFAULT_RELEASE := 1
DEFAULT_RELEASE := 2
VERSION ?= $(DEFAULT_VERSION)
RELEASE ?= $(DEFAULT_RELEASE)