diff options
author | Christian Hesse <mail@eworm.de> | 2015-04-23 15:56:44 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-04-23 15:56:44 +0200 |
commit | 967686e6e6d6953a70e3689459dfb0d1ffb1f169 (patch) | |
tree | a17c3caf6137249f8305b8b24e28cb23d46b1c80 | |
parent | e1e566400710d248ce9c4b94035d8fbbd9be9e56 (diff) | |
download | nullshell-967686e6e6d6953a70e3689459dfb0d1ffb1f169.tar.gz nullshell-967686e6e6d6953a70e3689459dfb0d1ffb1f169.tar.zst |
prepare release 0.0.60.0.6
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ RM := rm CFLAGS += -std=c11 -O2 -Wall -Werror # this is just a fallback in case you do not use git but downloaded # a release tarball... -VERSION := 0.0.5 +VERSION := 0.0.6 all: nullshell README.html |