diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2018-09-24 23:15:51 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2018-09-24 23:15:51 -0400 |
commit | 644233dcc2a2a037812dd6b61df9c1610b378bf6 (patch) | |
tree | ab5cd45523f4ff0c805d286b133ef910ad28068a /Makefile | |
parent | b5c9656a2f5be060491fae98f589f66855b8a638 (diff) | |
parent | ce1118b27fdbf7886b108b5c805107e98e75194a (diff) | |
download | bfs-644233dcc2a2a037812dd6b61df9c1610b378bf6.tar.xz |
Merge branch 'release-1.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 |