diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-06-27 23:34:35 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-06-27 23:34:35 -0400 |
commit | 0473beaa2e3a46dd782af1182413fcdd4d33e275 (patch) | |
tree | c0f9123b9d443d192f4a187404d49cd44b31f5f1 /Makefile | |
parent | ce677576f1f7f971f45a5a08c044df1a916b004c (diff) | |
download | bfs-0473beaa2e3a46dd782af1182413fcdd4d33e275.tar.xz |
Release 1.51.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 := 1.4.1 +VERSION := 1.5 else VERSION := $(shell git describe --always) endif |