diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-04-15 10:41:57 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-04-15 20:34:47 -0400 |
commit | d9e6cb4930cf53843575db71002fb59866aca1b1 (patch) | |
tree | fe48c3816f89981e03f75104671f660f6716edfc /Makefile | |
parent | e5b22d17d53119040ecef93312b850e9d3d6266d (diff) | |
download | bfs-d9e6cb4930cf53843575db71002fb59866aca1b1.tar.xz |
Release 1.41.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 := 1.3.3 +VERSION := 1.4 else VERSION := $(shell git describe --always) endif |