diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2016-03-12 16:12:29 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2016-03-12 16:12:29 -0500 |
commit | 19ff6cafb9dbd206d48cd78e0f9d82e8645df06f (patch) | |
tree | de6d419ef0924ce367303840d48f61c98972ca35 /Makefile | |
parent | f1401f09c59363170f021c4a1676735be2e3cc44 (diff) | |
download | bfs-19ff6cafb9dbd206d48cd78e0f9d82e8645df06f.tar.xz |
Bump the version to 0.74.0.74
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.70 +VERSION := 0.74 else VERSION := $(shell git describe --always) endif |