Packages: updated to 1.5-1.

This commit is contained in:
Valentin Bartenev
2018-10-25 17:49:10 +03:00
parent a04554118c
commit d55282105a
26 changed files with 44 additions and 25 deletions

View File

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