Skip to content

Commit a073ab1

Browse files
dericedmichaelni
authored andcommitted
bump version to ffv1-05, ffv1-v4-02
Github: Closes #131
1 parent 6771497 commit a073ab1

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=05
5-
VERSION-v4=02
4+
VERSION=06
5+
VERSION-v4=03
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-05"{V3}
5-
% docName = "draft-ietf-cellar-ffv1-v4-02"{V4}
4+
% docName = "draft-ietf-cellar-ffv1-06"{V3}
5+
% docName = "draft-ietf-cellar-ffv1-v4-03"{V4}
66
% category = "info"{V3}
77
% category = "std"{V4}
88
% ipr= "trust200902"

0 commit comments

Comments
 (0)