diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-08-30 12:34:12 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:13 -0400 |
commit | 8343481417f91437225b4264d5d7e861733d0810 (patch) | |
tree | dac0d81b78c8aa3e02895592b75e0971b48c59b7 /org/sdp.org | |
parent | minor cleaning (diff) |
biblio (fixes)
Diffstat (limited to 'org/sdp.org')
-rw-r--r-- | org/sdp.org | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/org/sdp.org b/org/sdp.org index 7c87a8e..0539f09 100644 --- a/org/sdp.org +++ b/org/sdp.org @@ -24,7 +24,7 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 6, 4); +enum ver = Version(0, 6, 5); #+END_SRC * sdp.d sisu document parser :sdp.d: @@ -77,7 +77,6 @@ import [[./ao_conf_make_meta_sdlang.org][ao_onf_make_meta_sdlang]] [[./ao_defaults.org][ao_defaults]] [[./ao_output_debugs.org][ao_output_debugs]] -[[./ao_output_hub.org][ao_output_hub]] [[./ao_read_config_files.org][ao_read_config_files]] [[./ao_read_source_files.org][ao_read_source_files]] [[./ao_read_source_files.org][ao_read_source_files]] |