diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2017-09-10 01:02:23 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2017-09-10 01:02:23 -0400 |
commit | 1db02c9ee890d6b5fda25444243c40f9d2bb9906 (patch) | |
tree | 15d9920c719755347393d7809f0ef56b39b08683 /Makefile | |
parent | ec92ae82f381169be0223e37f5afd85f0c6d2f21 (diff) | |
download | bfs-1db02c9ee890d6b5fda25444243c40f9d2bb9906.tar.xz |
Release 1.1.21.1.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.1.1 +VERSION := 1.1.2 else VERSION := $(shell git describe --always) endif |