diff options
author | 2025-07-01 22:49:06 +0200 | |
---|---|---|
committer | 2025-07-01 22:49:06 +0200 | |
commit | 2373dec215fc5c6e9fc1dd02f0159688b87f99d8 (patch) | |
tree | 96d3a891bd00e1226e51a1b3d36bb400e9f9b8a3 /Makefile | |
parent | d804834ae00200c7041aae6c92fe08619a07b7cd (diff) | |
download | nullshell-main.tar.gz nullshell-main.tar.zst |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ LDFLAGS += -Wl,-z,now -Wl,-z,relro -pie # this is just a fallback in case you do not use git but downloaded # a release tarball... -VERSION := 0.0.7 +VERSION := 0.0.8 all: nullshell README.html |