diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2016-11-24 22:04:25 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2016-11-24 22:04:25 -0500 |
commit | 6962fb41b8e57f8bc817b477cf16262a0ce876d5 (patch) | |
tree | b76ead8837150cb716cffecd2b7b68cf29f4bbf7 /Makefile | |
parent | 4d275181be07cd886bb7f879635a2573ee32f741 (diff) | |
download | bfs-6962fb41b8e57f8bc817b477cf16262a0ce876d5.tar.xz |
Release 0.84.10.84.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 := 0.84 +VERSION := 0.84.1 else VERSION := $(shell git describe --always) endif |