summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-03-27 14:20:07 -0400
committerTavian Barnes <tavianator@tavianator.com>2022-03-27 14:20:07 -0400
commitc04ed01f5c008733c4d4575b888e1c40a8797e24 (patch)
tree04dc19ad69bee59e0378219e530f36f6aece0a83 /Makefile
parentc5ad36dd179c63517738cecaaf8474d8fd665a98 (diff)
downloadbfs-c04ed01f5c008733c4d4575b888e1c40a8797e24.tar.xz
Release 2.52.5
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1b6ea31..466dcd1 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
############################################################################
ifeq ($(wildcard .git),)
-VERSION := 2.4.1
+VERSION := 2.5
else
VERSION := $(shell git describe --always)
endif