diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2018-01-20 12:40:08 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2018-01-20 12:40:08 -0500 |
commit | 54696b2e975c8ca9979743be98187d733ce64de4 (patch) | |
tree | 0f389671678d268b31a78556e64a0a9ef9e73864 /Makefile | |
parent | b2b97e301892d89b9909bed17f4299e09af1e33b (diff) | |
download | bfs-54696b2e975c8ca9979743be98187d733ce64de4.tar.xz |
Release 1.21.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.4 +VERSION := 1.2 else VERSION := $(shell git describe --always) endif |