diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2017-03-11 16:50:09 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2017-03-11 16:50:09 -0500 |
commit | a7c51baacf0867b1089f683b05811744f01a70af (patch) | |
tree | 4fe418756ac556f42165be1fd17e8d0a75abad17 /Makefile | |
parent | eb18f806da9d39e21362080ab4f4ab816eeeb0d5 (diff) | |
download | bfs-a7c51baacf0867b1089f683b05811744f01a70af.tar.xz |
Release 0.960.96
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.88 +VERSION := 0.96 else VERSION := $(shell git describe --always) endif |