diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-01-31 11:26:41 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-01-31 12:16:52 -0500 |
commit | a1bd70db67ddbe167caf15b7334b3588653d3b91 (patch) | |
tree | 03a1ed7eee13e353128105fe87d12f9c6af99c9d /Makefile | |
parent | 88525617e977b2b24315e8a7bc565c2975cdf345 (diff) | |
download | bfs-e3c45733701a1c967efdc4da0f3571c7d99427c0.tar.xz |
Release 2.6.32.6.3
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 := 2.6.2 +VERSION := 2.6.3 endif ifndef OS |