diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2021-06-02 14:45:20 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2021-06-02 14:46:02 -0400 |
commit | 6e080cda6978476b1c7ae8e08cd34f67e29aa147 (patch) | |
tree | aab942388bf7a5592243879ba30690ca42a8be8f /Makefile | |
parent | 1eeadd8e9402c69afff85b187683bc50292d00a5 (diff) | |
download | bfs-6e080cda6978476b1c7ae8e08cd34f67e29aa147.tar.xz |
Release 2.2.12.2.1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ ############################################################################ ifeq ($(wildcard .git),) -VERSION := 2.2 +VERSION := 2.2.1 else VERSION := $(shell git describe --always) endif |