]> pd.if.org Git - zpackage/commitdiff
change release version to 0.1.3
authorNathan Wagner <nw@hydaspes.if.org>
Tue, 21 Aug 2018 11:19:02 +0000 (11:19 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Tue, 21 Aug 2018 11:19:02 +0000 (11:19 +0000)
Makefile

index 96aca9d1674e12e4d4857d5d9d3a906e577e6b87..af5a5eb98f1dfb747b24db59e67d4470e111f93b 100644 (file)
--- 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