nginx-plus version adjusted
diff --git a/debian/Makefile b/debian/Makefile index 847a0b0..0bd8b71 100644 --- a/debian/Makefile +++ b/debian/Makefile
@@ -2,7 +2,7 @@ BASE_VERSION= 1.15.7 BASE_RELEASE= 1 -PLUS_VERSION= 15 +PLUS_VERSION= 17 BASE_SRC= nginx-$(BASE_VERSION).tar.gz SRCDIR= nginx-$(BASE_VERSION) SRCPATH?= ../..
diff --git a/rpm/SPECS/Makefile b/rpm/SPECS/Makefile index df4695a..2197749 100644 --- a/rpm/SPECS/Makefile +++ b/rpm/SPECS/Makefile
@@ -2,7 +2,7 @@ BASE_VERSION= 1.15.7 BASE_RELEASE= 1 -PLUS_VERSION= 15 +PLUS_VERSION= 17 BASE_SRC= nginx-$(BASE_VERSION).tar.gz SRCPATH?= ../SOURCES BUILD_ENV_PATH= ${HOME}/rpmbuild