diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-05-21 16:54:33 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-05-21 16:56:18 -0400 |
commit | 1d9426489836a3178f8e1ef211649b2503a03d85 (patch) | |
tree | 70e69e528c016f621d5e49177a16ce63ac5c1efd /Makefile | |
parent | d2d25f5826b11b7d944706580d17839c5aea1a84 (diff) | |
download | bfs-1d9426489836a3178f8e1ef211649b2503a03d85.tar.xz |
Release 2.62.6
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.5 +VERSION := 2.6 endif ifndef OS |