aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/sdp.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2016-08-31 11:34:22 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:13 -0400
commit8d8134c7f69ef0c3e680699b19320165c791d75b (patch)
treed67d1048ba864e5dc62d724c544ea0c3c491e0d1 /org/sdp.org
parentbiblio (fixes) (diff)
0.6.6 resolves dmd frame pointer access issue (ldc was ok)
* output struct hub nests output structs such as html, resolves issue with dmd frame pointer access
Diffstat (limited to 'org/sdp.org')
-rw-r--r--org/sdp.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/org/sdp.org b/org/sdp.org
index 0539f09..7377f77 100644
--- a/org/sdp.org
+++ b/org/sdp.org
@@ -24,7 +24,7 @@ struct Version {
int minor;
int patch;
}
-enum ver = Version(0, 6, 5);
+enum ver = Version(0, 6, 6);
#+END_SRC
* sdp.d sisu document parser :sdp.d: