diff --git a/Makefile b/Makefile index 0f166a7..e84e559 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = 'build_zsh' -VERSION = '0.4.0' +VERSION = '0.4.1' PREFIX := /usr/local BINDIR := $(PREFIX)/bin @@ -285,7 +285,7 @@ $(PACKAGE)-$(VERSION).tar.bz2: distdir $(PACKAGE)-$(VERSION)/Makefile help: - @echo ' :: build_zsh-0.4.0' + @echo ' :: build_zsh-0.4.1' @echo '' @echo 'Generic targets:' @echo ' - help Prints this help message.' diff --git a/project.zsh b/project.zsh index 4a2acc2..86eaeff 100644 --- a/project.zsh +++ b/project.zsh @@ -1,6 +1,6 @@ package=build_zsh -version=0.4.0 +version=0.4.1 targets=(build.zsh) type[build.zsh]=script