Skip to content

Commit

Permalink
Add PCML version 8 to pcml.dtd
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Gorzinski <17914061+ThePrez@users.noreply.github.com>
  • Loading branch information
ThePrez committed May 11, 2023
1 parent c840b40 commit d07b521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/com/ibm/as400/data/pcml.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<!ELEMENT pcml (struct | program)+>
<!ATTLIST pcml
version (1.0 | 2.0 | 3.0 | 4.0 | 6.0 | 7.0) #REQUIRED
version (1.0 | 2.0 | 3.0 | 4.0 | 6.0 | 7.0 | 8.0) #REQUIRED
>

<!ELEMENT struct (data | struct)+>
Expand Down

0 comments on commit d07b521

Please sign in to comment.