diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-03-27 14:20:07 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-03-27 14:20:07 -0400 |
commit | c04ed01f5c008733c4d4575b888e1c40a8797e24 (patch) | |
tree | 04dc19ad69bee59e0378219e530f36f6aece0a83 /Makefile | |
parent | c5ad36dd179c63517738cecaaf8474d8fd665a98 (diff) | |
download | bfs-c04ed01f5c008733c4d4575b888e1c40a8797e24.tar.xz |
Release 2.52.5
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.1 +VERSION := 2.5 else VERSION := $(shell git describe --always) endif |