diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2016-12-20 22:18:13 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2016-12-20 22:18:13 -0500 |
commit | e5af47a6eac34dbf380949b9dad5ed8373d10d37 (patch) | |
tree | 1a2e03027c3d0ecccfc7a1e95648ed70cd5a17c9 /Makefile | |
parent | 9b30634a234659c7dd87073c00affdcdec74c5ed (diff) | |
download | bfs-e5af47a6eac34dbf380949b9dad5ed8373d10d37.tar.xz |
Bump the version to 0.880.88
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.1 +VERSION := 0.88 else VERSION := $(shell git describe --always) endif |