diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2016-05-22 15:14:40 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2016-05-22 15:14:40 -0400 |
commit | 043d273feb30b64eae2057ec4c8af6d674f4f0a1 (patch) | |
tree | 8839d0a09bc9557c2ed52cffb4d32bfebd398297 /Makefile | |
parent | ab76b85902f6f0be78c7c27af504be3c03d8530e (diff) | |
download | bfs-043d273feb30b64eae2057ec4c8af6d674f4f0a1.tar.xz |
Bump to 0.79.0.79
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.74 +VERSION := 0.79 else VERSION := $(shell git describe --always) endif |