diff options
author | Christian Hesse <mail@eworm.de> | 2014-04-04 13:46:47 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-04-04 13:46:47 +0200 |
commit | 59d1c80511d3c62e8d500e6cc02862032a71ad71 (patch) | |
tree | 0abbfe5941bc29f34d125c9530b3a7e375ca9d16 | |
parent | db60c67c72e399c0b3968a53d2673ee5db488d11 (diff) | |
download | nullshell-59d1c80511d3c62e8d500e6cc02862032a71ad71.tar.gz nullshell-59d1c80511d3c62e8d500e6cc02862032a71ad71.tar.zst |
prepare version 0.0.40.0.4
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ RM := rm CFLAGS += -O2 -Wall -Werror # this is just a fallback in case you do not use git but downloaded # a release tarball... -VERSION := 0.0.3 +VERSION := 0.0.4 all: nullshell README.html |