diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-01-11 17:27:55 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-01-11 17:28:09 -0500 |
commit | 2d3b03183c9f1cdb685977f349bf4bbc74a2038d (patch) | |
tree | 5fe83172a8e016ad350386a4a42717815b427c2f /Makefile | |
parent | dd1829cfd55ad017b0b542f0eb96f5bb1ec38bca (diff) | |
download | bfs-2d3b03183c9f1cdb685977f349bf4bbc74a2038d.tar.xz |
Release 1.3.21.3.2
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.1 +VERSION := 1.3.2 else VERSION := $(shell git describe --always) endif |