diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-02-22 12:20:38 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-02-22 12:20:38 -0500 |
commit | 39dac54037dea20c8b4df2e71ffd5d83bfc880fb (patch) | |
tree | dac72f8eb2bfb6454677d114a1f75eb42b473acc /Makefile | |
parent | 1d5c7a546565b426d1358944163107a13ac0b931 (diff) | |
download | bfs-39dac54037dea20c8b4df2e71ffd5d83bfc880fb.tar.xz |
Release 2.42.4
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.3.1 +VERSION := 2.4 else VERSION := $(shell git describe --always) endif |