diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-10-12 22:13:49 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-10-12 22:13:49 -0400 |
commit | 2acd897857fe301dfc6f5a8648e0124cd8515b4e (patch) | |
tree | 3385cb9e26072c4e3b6f7978592f797c54c9122e /GNUmakefile | |
parent | 735a2979a37251dc447274aa888ad77ded126457 (diff) | |
download | bfs-2acd897857fe301dfc6f5a8648e0124cd8515b4e.tar.xz |
Release 3.0.33.0.3
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 69cfe3d..27d6674 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -6,7 +6,7 @@ VERSION := $(shell git describe --always 2>/dev/null) endif ifndef VERSION -VERSION := 3.0.2 +VERSION := 3.0.3 endif ifndef OS |