diff options
author | Christian Hesse <mail@eworm.de> | 2014-08-06 14:12:34 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-08-06 14:12:34 +0200 |
commit | dad179dcc38dd460b9e4bf907bc4c7a44aba58ab (patch) | |
tree | a2d81770ef7c15d0551d4636d5da177a03435c64 | |
parent | e657eb874cab9a39ec2310d6b478526bb5206e94 (diff) | |
download | nullshell-0.0.5.tar.gz nullshell-0.0.5.tar.zst |
prepare version 0.0.50.0.5
-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.4 +VERSION := 0.0.5 all: nullshell README.html |