aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/sdp.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2017-04-12 15:23:23 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:14 -0400
commitda0f051e1aced4fa1fd5cd13c0548279bf04b2a0 (patch)
tree3c74421c4ce35e28e93512eb01606219e37e0dfb /org/sdp.org
parentstart work on block outputs (diff)
0.13.9 sisupod & epub3, zipped output
Diffstat (limited to 'org/sdp.org')
-rw-r--r--org/sdp.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/org/sdp.org b/org/sdp.org
index ff989c9..6ef3d06 100644
--- a/org/sdp.org
+++ b/org/sdp.org
@@ -23,7 +23,7 @@ struct Version {
int minor;
int patch;
}
-enum ver = Version(0, 13, 8);
+enum ver = Version(0, 13, 9);
#+END_SRC
* 1. sdp (sisu document parser) :sdp:
@@ -72,9 +72,9 @@ void main(string[] args) {
}
unittest {
/++
- name "sdp"
- description "A SiSU document parser writen in D."
- homepage "http://sisudoc.org"
+ name "sdp"
+ description "A SiSU document parser writen in D."
+ homepage "http://sisudoc.org"
+/
}
#+END_SRC