diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-09-06 20:58:58 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:13 -0400 |
commit | ff78ec1fffc029a6947528f4b546dde57a633549 (patch) | |
tree | 7b77ccd936719da2538ade75d3bdeb4a8c490a59 /org/sdp.org | |
parent | naming of para indent attributes (diff) |
0.6.8 work on heading & anchor tag attributes, re-fix header_make headings
Diffstat (limited to 'org/sdp.org')
-rw-r--r-- | org/sdp.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/sdp.org b/org/sdp.org index 2c28c18..af16b3d 100644 --- a/org/sdp.org +++ b/org/sdp.org @@ -24,7 +24,7 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 6, 7); +enum ver = Version(0, 6, 8); #+END_SRC * sdp.d sisu document parser :sdp.d: |