From 9df20bf1cbfd43317f317b7a3f6c7692721c766e Mon Sep 17 00:00:00 2001 From: Dave Rice Date: Sat, 6 Jan 2018 08:14:33 -0500 Subject: [PATCH] bump to version 01 Github: Closes #98 --- Makefile | 2 +- rfc_frontmatter.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ba1e46e..f012847 100755 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ SRC=ffv1.md PDF=$(SRC:.md=.pdf) HTML=$(SRC:.md=.html) -VERSION=00 +VERSION=01 $(info PDF and HTML rendering has been tested with pandoc version 1.13.2.1, some older versions are known to produce very poor output, please ensure your pandoc is recent enough.) $(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.) diff --git a/rfc_frontmatter.md b/rfc_frontmatter.md index 0a4b663..30eb69d 100644 --- a/rfc_frontmatter.md +++ b/rfc_frontmatter.md @@ -1,7 +1,7 @@ % Title = "FF Video Codec 1" % abbrev = "FFV1" % category = "std" -% docName = "draft-ietf-cellar-ffv1-00" +% docName = "draft-ietf-cellar-ffv1-01" % ipr= "trust200902" % area = "art" % workgroup = "cellar"