aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/sdp.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2016-09-01 12:09:50 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:13 -0400
commitef17033a501980b450afebcdd85fbbfe215738e4 (patch)
treeb500505165cf4aa3ad68a9fd03a35301e6931246 /org/sdp.org
parent0.6.6 resolves dmd frame pointer access issue (ldc was ok) (diff)
0.6.7 re-arrange output
Diffstat (limited to 'org/sdp.org')
-rw-r--r--org/sdp.org5
1 files changed, 3 insertions, 2 deletions
diff --git a/org/sdp.org b/org/sdp.org
index 7377f77..d5a8410 100644
--- a/org/sdp.org
+++ b/org/sdp.org
@@ -24,7 +24,7 @@ struct Version {
int minor;
int patch;
}
-enum ver = Version(0, 6, 6);
+enum ver = Version(0, 6, 7);
#+END_SRC
* sdp.d sisu document parser :sdp.d:
@@ -56,7 +56,8 @@ import
ao_read_config_files, // sdp/ao_read_config_files.d
ao_read_source_files, // sdp/ao_read_source_files.d
ao_rgx, // sdp/ao_rgx.d
- output_hub; // output_hub.d
+ output_hub, // output_hub.d
+ output_html; // output_html.d
#+END_SRC
***** notes