diff options
author | Christian Hesse <mail@eworm.de> | 2014-02-13 11:53:44 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-02-13 11:53:44 +0100 |
commit | a7a6dc6963a9b72816f1e4e19467aab152644507 (patch) | |
tree | 0490f1ec3c8196a065b06c552ed55a270318126a | |
parent | 2e95929a885dfadecadbf3450234060164483c6f (diff) | |
download | nullshell-a7a6dc6963a9b72816f1e4e19467aab152644507.tar.gz nullshell-a7a6dc6963a9b72816f1e4e19467aab152644507.tar.zst |
prepare release 0.0.30.0.3
-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.2 +VERSION := 0.0.3 all: nullshell README.html |