Skip to content

Commit 7613517

Browse files
committed
bump version to ffv1-04, ffv1-v4-01
1 parent 296e7d6 commit 7613517

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
SRC=ffv1.md
22
PDF=$(SRC:.md=.pdf)
33
HTML=$(SRC:.md=.html)
4-
VERSION=03
5-
VERSION-v4=00
4+
VERSION=04
5+
VERSION-v4=01
66

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
% Title = "FFV1 Video Coding Format Version 0, 1, and 3"{V3}
22
% Title = "FFV1 Video Coding Format Version 4"{V4}
33
% abbrev = "FFV1"
4-
% docName = "draft-ietf-cellar-ffv1-03"{V3}
5-
% docName = "draft-ietf-cellar-ffv1-v4-00"{V4}
4+
% docName = "draft-ietf-cellar-ffv1-04"{V3}
5+
% docName = "draft-ietf-cellar-ffv1-v4-01"{V4}
66
% category = "info"{V3}
77
% category = "std"{V4}
88
% ipr= "trust200902"

0 commit comments

Comments
 (0)