diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-07-05 10:21:51 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-07-05 10:21:51 -0400 |
commit | d2eadc93db7611a20dce86c4af77e64b80ee29e3 (patch) | |
tree | 7c2a385162cd04417bd43112b5de3cd2f0029ba1 /Makefile | |
parent | a792d4934006fa2969a051d0beb1801525004960 (diff) | |
download | bfs-d2eadc93db7611a20dce86c4af77e64b80ee29e3.tar.xz |
Release 2.6.12.6.1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ VERSION := $(shell git describe --always 2>/dev/null) endif ifndef VERSION -VERSION := 2.6 +VERSION := 2.6.1 endif ifndef OS |