diff options
author | Ralph Amissah <ralph@amissah.com> | 2018-05-29 18:11:26 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:15 -0400 |
commit | 4bc9e4921afac5ddf9e84c2f1873639179be86ef (patch) | |
tree | c68bf4535c6e6b8264c85c3b7a7b6f2fffb0d320 /org/sdp.org | |
parent | image paths (diff) |
0.26.2 image(s) without dimensions
Diffstat (limited to 'org/sdp.org')
-rw-r--r-- | org/sdp.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/org/sdp.org b/org/sdp.org index 0f75c66..442fa7d 100644 --- a/org/sdp.org +++ b/org/sdp.org @@ -26,7 +26,7 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 26, 1); +enum ver = Version(0, 26, 2); #+END_SRC ** compilation restrictions (supported compilers) @@ -792,6 +792,7 @@ auto da = SiSUdocAbstraction!()( _header_body_insertfilelist_imagelist[headBody.body_content], _make_and_meta_struct, _opt_action, + _manifest, ); static assert(!isTypeTuple!(da)); static assert(da.length==5); |