summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKonstantin Pavlov <thresh@nginx.com>2019-09-19 20:22:48 +0300
committerKonstantin Pavlov <thresh@nginx.com>2019-09-19 20:22:48 +0300
commit88720111c6cf010a3ad5ca841849855bc5c31d7a (patch)
treeccb62526a664ce96eeed9b2dd2b8f22ddbd43dd8
parentf57cb33deb96514028b69d0f1afb315de47f60fd (diff)
downloadunit-1.11.0-1.tar.gz
unit-1.11.0-1.tar.bz2
Packaging: revert DEFAULT_RELEASE back to 1.1.11.0-1
-rw-r--r--pkg/deb/Makefile2
-rw-r--r--pkg/docker/Makefile2
-rw-r--r--pkg/rpm/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkg/deb/Makefile b/pkg/deb/Makefile
index ac7cc679..952408cd 100644
--- a/pkg/deb/Makefile
+++ b/pkg/deb/Makefile
@@ -2,7 +2,7 @@
include ../../version
-DEFAULT_RELEASE := 2
+DEFAULT_RELEASE := 1
VERSION ?= $(NXT_VERSION)
RELEASE ?= $(DEFAULT_RELEASE)
diff --git a/pkg/docker/Makefile b/pkg/docker/Makefile
index b4ed95f4..e826cb95 100644
--- a/pkg/docker/Makefile
+++ b/pkg/docker/Makefile
@@ -2,7 +2,7 @@
include ../../version
-DEFAULT_RELEASE := 2
+DEFAULT_RELEASE := 1
VERSION ?= $(NXT_VERSION)
RELEASE ?= $(DEFAULT_RELEASE)
diff --git a/pkg/rpm/Makefile b/pkg/rpm/Makefile
index af6c61b1..4e970e45 100644
--- a/pkg/rpm/Makefile
+++ b/pkg/rpm/Makefile
@@ -2,7 +2,7 @@
include ../../version
-DEFAULT_RELEASE := 2
+DEFAULT_RELEASE := 1
VERSION ?= $(NXT_VERSION)
RELEASE ?= $(DEFAULT_RELEASE)