diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-02-24 17:45:00 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-02-24 17:45:00 -0500 |
commit | e14f04e52f792d12f3798b3c69bd0279ac7d3150 (patch) | |
tree | 0537ddc2eb27286b64a2cfd8889c92d2aa80bab0 /Makefile | |
parent | ed4a45ff5fc8aa53fd66f6059697bac171ba9d69 (diff) | |
download | bfs-e14f04e52f792d12f3798b3c69bd0279ac7d3150.tar.xz |
Release 2.4.12.4.1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ ############################################################################ ifeq ($(wildcard .git),) -VERSION := 2.4 +VERSION := 2.4.1 else VERSION := $(shell git describe --always) endif |