diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-12-05 12:09:04 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:13 -0400 |
commit | db683b9403998ea66cb982d28a3c365eb99ec2e1 (patch) | |
tree | 2f160cdd5eb4eed69e8131822f224cca0d4d4ecb /org/sdp.org | |
parent | start work on node info, a way to go (diff) |
0.9.4 node info, changes to variables & types
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 6a2c0b7..fad6f12 100644 --- a/org/sdp.org +++ b/org/sdp.org @@ -24,7 +24,7 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 9, 3); +enum ver = Version(0, 9, 4); #+END_SRC * sdp.d sisu document parser :sdp.d: |