diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-10-17 21:07:55 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:13 -0400 |
commit | f163bae9496feff1ef5bc299ca54ffcc497b12f7 (patch) | |
tree | 3d16bfd247da04ce3c535c3a58470e5a191120d4 /org/sdp.org | |
parent | 0.7.2 removed screen ansi colors (use previously depreciated) (diff) |
0.7.3 provide associated segment name for endnotes section and book index
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 75cffea..97d1498 100644 --- a/org/sdp.org +++ b/org/sdp.org @@ -24,7 +24,7 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 7, 2); +enum ver = Version(0, 7, 3); #+END_SRC * sdp.d sisu document parser :sdp.d: |