diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2017-06-15 12:21:43 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2017-06-15 20:16:34 -0400 |
commit | 148c5856e4a3f916ec729469e36489f5280602d4 (patch) | |
tree | b5812d301d4cfd58f0dccf3db3411e6aa6c5e6f5 /Makefile | |
parent | 05beda493cf176e8d689e9c5eaf4273a32be772f (diff) | |
download | bfs-148c5856e4a3f916ec729469e36489f5280602d4.tar.xz |
Release 1.0.21.0.2
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.1 +VERSION := 1.0.2 else VERSION := $(shell git describe --always) endif |