diff --git a/Makefile b/Makefile index b7a83daa..aa167f27 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,8 @@ PKGNAME := yay PREFIX := /usr/local MAJORVERSION := 10 -MINORVERSION := 0 -PATCHVERSION := 0 +MINORVERSION := 2 +PATCHVERSION := 1 VERSION ?= ${MAJORVERSION}.${MINORVERSION}.${PATCHVERSION} LOCALEDIR := po @@ -115,6 +115,7 @@ $(RELEASE_DIR): mkdir $(RELEASE_DIR) $(PACKAGE): $(BIN) $(RELEASE_DIR) ${MOFILES} + strip ${BIN} cp -t $(RELEASE_DIR) ${BIN} doc/${PKGNAME}.8 completions/* ${MOFILES} tar -czvf $(PACKAGE) $(RELEASE_DIR)