diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-09-14 14:06:13 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-09-14 14:10:39 -0400 |
commit | 00c9d93a591db9179b4c5dacc289a2e11643e5ef (patch) | |
tree | 5b21c94481132d8c44983aad66dfe45713910e98 /Makefile | |
parent | 4cfebe30000e7ce90c5763db6391137583e59700 (diff) | |
download | bfs-00c9d93a591db9179b4c5dacc289a2e11643e5ef.tar.xz |
Release 1.5.11.5.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 := 1.5 +VERSION := 1.5.1 else VERSION := $(shell git describe --always) endif |