diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2019-09-19 20:22:48 +0300 |
---|---|---|
committer | Konstantin Pavlov <thresh@nginx.com> | 2019-09-19 20:22:48 +0300 |
commit | 88720111c6cf010a3ad5ca841849855bc5c31d7a (patch) | |
tree | ccb62526a664ce96eeed9b2dd2b8f22ddbd43dd8 /pkg/deb | |
parent | f57cb33deb96514028b69d0f1afb315de47f60fd (diff) | |
download | unit-88720111c6cf010a3ad5ca841849855bc5c31d7a.tar.gz unit-88720111c6cf010a3ad5ca841849855bc5c31d7a.tar.bz2 |
Packaging: revert DEFAULT_RELEASE back to 1.1.11.0-1
Diffstat (limited to 'pkg/deb')
-rw-r--r-- | pkg/deb/Makefile | 2 |
1 files changed, 1 insertions, 1 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) |