diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-06-30 11:20:43 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-06-30 11:20:43 -0400 |
commit | 75b6e1b49e37c6eecd2225c9602ac7aa266c4023 (patch) | |
tree | 9a206c306827e9efe2d02ac2dbb9a0d0b6030b7a /Makefile | |
parent | 2ea6a1d7b99dbb389ec81054d136e5030717d52a (diff) | |
download | bfs-75b6e1b49e37c6eecd2225c9602ac7aa266c4023.tar.xz |
docs: Start preparing for the 3.0 release
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.3 +VERSION := 3.0 endif ifndef OS |