diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2018-09-24 23:10:37 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2018-09-24 23:10:37 -0400 |
commit | ce1118b27fdbf7886b108b5c805107e98e75194a (patch) | |
tree | f431e734d7cf739a3f96349db6ef197edc045892 /Makefile | |
parent | 50b8a56d0057244725aa7408857c61da3ec1a768 (diff) | |
download | bfs-ce1118b27fdbf7886b108b5c805107e98e75194a.tar.xz |
Release 1.2.41.2.4
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.2.3 +VERSION := 1.2.4 else VERSION := $(shell git describe --always) endif |