From 9561a658bdd6c82f6fbfd06138f83bbd1b8713d5 Mon Sep 17 00:00:00 2001 From: Benjamin Brock Date: Tue, 14 Nov 2023 19:29:54 -0700 Subject: [PATCH] Version bump --- markdown/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/Makefile b/markdown/Makefile index bc0817c..39f09c7 100644 --- a/markdown/Makefile +++ b/markdown/Makefile @@ -13,7 +13,7 @@ graphblas.html: $(TEX_SOURCES) $(MD_SOURCES) Makefile --toc \ --toc-depth=2 \ -Vsecnumdepth=2 \ - --metadata title="GraphBLAS C++ API Draft 0.1a" \ + --metadata title="GraphBLAS C++ API Specification v1.0" \ matrix.md \ vector.md \ index.md \