diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-02-06 16:06:27 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-02-06 16:12:19 -0500 |
commit | 66468fd13ce70d0f6f6388cd31d7f75196ccac31 (patch) | |
tree | dc7a3b82da6024d94d2f6194399c879c99d951d8 /GNUmakefile | |
parent | 5f0958fa57770e13b8696b8ee6fc87890333d90b (diff) | |
download | bfs-66468fd13ce70d0f6f6388cd31d7f75196ccac31.tar.xz |
Release 3.13.1
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 637a63e..8b1f848 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -6,7 +6,7 @@ VERSION := $(shell git describe --always 2>/dev/null) endif ifndef VERSION -VERSION := 3.0.4 +VERSION := 3.1 endif ifndef OS |