summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-09-06 21:15:50 -0400
committerTavian Barnes <tavianator@tavianator.com>2023-09-06 21:15:50 -0400
commit0015b79936a58a325e80cf036c10cb1010122703 (patch)
treec9ec081016360585f251de8dac9b3667eecd907a /GNUmakefile
parentdc0443270904bf623d5b4a8e7b9ed8467eb9c93c (diff)
downloadbfs-0015b79936a58a325e80cf036c10cb1010122703.tar.xz
Release 3.0.23.0.2
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 069c548..6902979 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -6,7 +6,7 @@ VERSION := $(shell git describe --always 2>/dev/null)
endif
ifndef VERSION
-VERSION := 3.0.1
+VERSION := 3.0.2
endif
ifndef OS