diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-07-18 12:23:21 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-07-18 12:23:21 -0400 |
commit | fb023fdeea088fa66b0df6cbf4e7becf8edeebbb (patch) | |
tree | d53ba3ab516e88c8f2b9a266531ae87273224d69 /Makefile | |
parent | 0e72e5c985db9a131aea3f3e9238a8916c470d8e (diff) | |
download | bfs-fb023fdeea088fa66b0df6cbf4e7becf8edeebbb.tar.xz |
Release 3.0.13.0.1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ VERSION := $(shell git describe --always 2>/dev/null) endif ifndef VERSION -VERSION := 3.0 +VERSION := 3.0.1 endif ifndef OS |