aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRandy Palamar <randy@rnpnr.xyz>2024-04-30 06:45:32 -0600
committerRandy Palamar <randy@rnpnr.xyz>2024-05-01 13:49:18 -0600
commit438ee1a66ba71274b86acaa107958db28e20eed4 (patch)
treed52eab48e96fa9b30f2cdcfa5a26dd9d26bc3d73 /Makefile
parent4d5bfb807bee2d914587b50d1fe17c994bcbffab (diff)
downloadvis-438ee1a66ba71274b86acaa107958db28e20eed4.tar.gz
vis-438ee1a66ba71274b86acaa107958db28e20eed4.tar.xz
release 0.9
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5969f8b..0491e82 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ MANUALS = $(EXECUTABLES:=.1)
DOCUMENTATION = LICENSE README.md
-VERSION = $(shell git describe --always --dirty 2>/dev/null || echo "v0.8-git")
+VERSION = 0.9
CONFIG_HELP ?= 1
CONFIG_CURSES ?= 1