Skip to content

Commit

Permalink
bump version to ffv1-05, ffv1-v4-02
Browse files Browse the repository at this point in the history
Github: Closes #131
  • Loading branch information
dericed authored and michaelni committed Oct 17, 2018
1 parent 6771497 commit a073ab1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
SRC=ffv1.md
PDF=$(SRC:.md=.pdf)
HTML=$(SRC:.md=.html)
VERSION=05
VERSION-v4=02
VERSION=06
VERSION-v4=03

$(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.)
Expand Down
4 changes: 2 additions & 2 deletions rfc_frontmatter.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
% Title = "FFV1 Video Coding Format Version 0, 1, and 3"{V3}
% Title = "FFV1 Video Coding Format Version 4"{V4}
% abbrev = "FFV1"
% docName = "draft-ietf-cellar-ffv1-05"{V3}
% docName = "draft-ietf-cellar-ffv1-v4-02"{V4}
% docName = "draft-ietf-cellar-ffv1-06"{V3}
% docName = "draft-ietf-cellar-ffv1-v4-03"{V4}
% category = "info"{V3}
% category = "std"{V4}
% ipr= "trust200902"
Expand Down

0 comments on commit a073ab1

Please sign in to comment.