diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-02-29 11:30:54 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-02-29 13:41:46 -0500 |
commit | abcac506d025ebf6f0d003635ee5b156f549d93f (patch) | |
tree | c423eb61b3c2994f06d29c55baef01027e7d2372 /GNUmakefile | |
parent | 4e2f094d29ff8140f2b46a059128c780560db0f1 (diff) | |
download | bfs-abcac506d025ebf6f0d003635ee5b156f549d93f.tar.xz |
Release 3.1.23.1.2
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 852621e..91baf5c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -6,7 +6,7 @@ VERSION := $(shell git describe --always 2>/dev/null) endif ifndef VERSION -VERSION := 3.1.1 +VERSION := 3.1.2 endif ifndef OS |