From b02f48b3e16ed78957496723a1f98a6be169d283 Mon Sep 17 00:00:00 2001 From: Dave Rice Date: Wed, 3 Jan 2018 09:58:38 -0500 Subject: [PATCH] bump document versions Note that VERSION_CODEC and VERSION_TAGS were supposed to start at 00, since no output of this has been sent to cellar yet, these numbers are reset from 01 to 00, while matroska is bumped from 03 to 04. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 372ba0c1..9fd1bb5b 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ $(info RFC rendering has been tested with mmark version 1.3.4 and xml2rfc 2.5.1, please ensure these are installed and recent enough.) -VERSION_MATROSKA := 03 -VERSION_CODEC := 01 -VERSION_TAGS := 01 +VERSION_MATROSKA := 04 +VERSION_CODEC := 00 +VERSION_TAGS := 00 STATUS_MATROSKA := draft- STATUS_CODEC := draft- STATUS_TAGS := draft-