diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-10-14 11:59:45 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-10-14 12:06:42 -0400 |
commit | 770742fc876ba2ecbbcaffe218b971eee87765e6 (patch) | |
tree | 0380e3fce5cf9465f887f51303cfe169decd2582 /Makefile | |
parent | c565e665781f39cf31c64d85c76224c2fffa9f7d (diff) | |
download | bfs-770742fc876ba2ecbbcaffe218b971eee87765e6.tar.xz |
Release 2.02.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ ############################################################################ ifeq ($(wildcard .git),) -VERSION := 1.7 +VERSION := 2.0 else VERSION := $(shell git describe --always) endif |