From: Nathan Wagner Date: Tue, 21 Aug 2018 11:19:02 +0000 (+0000) Subject: change release version to 0.1.3 X-Git-Tag: v0.1.6~64 X-Git-Url: https://pd.if.org/git/?p=zpackage;a=commitdiff_plain;h=f546aa3deef1bb0e73b68301673678a9da3455f1 change release version to 0.1.3 --- diff --git a/Makefile b/Makefile index 96aca9d..af5a5eb 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CFLAGS=-Wall -W -Wextra -Werror -Wno-implicit-fallthrough -std=c99 -Ilib -Isqlit ZPMVER:=$(shell git tag --list 'v[0-9]*' | sed -e 's/^v//' | sort -nr | head -1) ifeq ($(strip $(ZPMVER)),) - ZPMVER:=0.1.2 + ZPMVER:=0.1.3 endif LZMAFLAGS=-Ilzma/api -Ilzma/tuklib -Ilzma/lzma -Ilzma/common -Ilzma/check -Ilzma/lz -Ilzma/rangecoder -Ilzma/simple -Ilzma/delta -DHAVE_CHECK_CRC64 -DHAVE_CHECK_CRC32 -DHAVE_ENCODER_LZMA2 -DHAVE_DECODER_LZMA2 -DHAVE_MF_BT4 @@ -134,7 +134,7 @@ clean: tmpinstall: rm -rf tmp mkdir tmp - ZPMDB=tmp/db.zpm ./zpm -P. install -R tmp -f zpm-0.1.1-1.zpm -u nw -g nw + ZPMDB=tmp/db.zpm ./zpm -P. install -R tmp -f zpm-0.1.2-1.zpm -u nw -g nw tmpupgrade: ZPMDB=tmp/db.zpm ./zpm -P. install -R tmp -f zpm-$(ZPMVER)-1.zpm -u nw -g nw