New release.

master
Luka Vandervelden 2019-11-05 01:17:55 +01:00
parent dbaa42c1ff
commit dd16ff577e
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
PACKAGE = 'build_zsh' PACKAGE = 'build_zsh'
VERSION = '0.4.0' VERSION = '0.4.1'
PREFIX := /usr/local PREFIX := /usr/local
BINDIR := $(PREFIX)/bin BINDIR := $(PREFIX)/bin
@ -285,7 +285,7 @@ $(PACKAGE)-$(VERSION).tar.bz2: distdir
$(PACKAGE)-$(VERSION)/Makefile $(PACKAGE)-$(VERSION)/Makefile
help: help:
@echo ' :: build_zsh-0.4.0' @echo ' :: build_zsh-0.4.1'
@echo '' @echo ''
@echo 'Generic targets:' @echo 'Generic targets:'
@echo ' - help Prints this help message.' @echo ' - help Prints this help message.'

View File

@ -1,6 +1,6 @@
package=build_zsh package=build_zsh
version=0.4.0 version=0.4.1
targets=(build.zsh) targets=(build.zsh)
type[build.zsh]=script type[build.zsh]=script