Skip to content

Commit 9df20bf

Browse files
dericedmichaelni
authored andcommitted
bump to version 01
Github: Closes #98
1 parent 5e928cf commit 9df20bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SRC=ffv1.md
22
PDF=$(SRC:.md=.pdf)
33
HTML=$(SRC:.md=.html)
4-
VERSION=00
4+
VERSION=01
55

66
$(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.)
77
$(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.)

rfc_frontmatter.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
% Title = "FF Video Codec 1"
22
% abbrev = "FFV1"
33
% category = "std"
4-
% docName = "draft-ietf-cellar-ffv1-00"
4+
% docName = "draft-ietf-cellar-ffv1-01"
55
% ipr= "trust200902"
66
% area = "art"
77
% workgroup = "cellar"

0 commit comments

Comments
 (0)