From 8e6dc96ef04a12dc4018ca682146d953733f105b Mon Sep 17 00:00:00 2001 From: Jon Leech Date: Sun, 16 Jul 2017 17:39:39 -0700 Subject: [PATCH] Forgot to bump SPECREVISION in Makefile --- doc/specs/vulkan/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/specs/vulkan/Makefile b/doc/specs/vulkan/Makefile index 89c7c337..96cf3b71 100644 --- a/doc/specs/vulkan/Makefile +++ b/doc/specs/vulkan/Makefile @@ -87,7 +87,7 @@ VERBOSE = # $(EXTENSIONS)) # ADOCOPTS options for asciidoc->HTML5 output NOTEOPTS = -a editing-notes -a implementation-guide -SPECREVISION = 1.0.54 +SPECREVISION = 1.0.55 # Spell out RFC2822 format as not all date commands support -R SPECDATE = $(shell echo `date -u "+%a, %d %b %Y %T %z"`)