diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2017-07-22 13:33:29 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2017-07-22 13:33:29 -0400 |
commit | a2a4c0b8285e52b91b57fd8f1746741029bdcfed (patch) | |
tree | d64b91167d7986e08e114cb1c8c962a71598e960 /Makefile | |
parent | 2876e0ac4ecf21f26a3e5b42ac9e9a6f61db1062 (diff) | |
download | bfs-a2a4c0b8285e52b91b57fd8f1746741029bdcfed.tar.xz |
Release 1.11.1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ ##################################################################### ifeq ($(wildcard .git),) -VERSION := 1.0.2 +VERSION := 1.1 else VERSION := $(shell git describe --always) endif |