diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2020-04-28 14:20:01 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2020-05-20 11:27:26 -0400 |
commit | 69a5eaad6c474bc7d397dbade39c8180e8351a81 (patch) | |
tree | 3569714522b6bc7ac742f508eddcbba5747e2322 /org/spine.org | |
parent | markup conversion (diff) |
0.11.0 in_source_files, changed tracking of code blocks
Diffstat (limited to 'org/spine.org')
-rw-r--r-- | org/spine.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/spine.org b/org/spine.org index 0f9b7a1..b8f6609 100644 --- a/org/spine.org +++ b/org/spine.org @@ -41,7 +41,7 @@ struct Version { #+NAME: spine_version_current_set #+BEGIN_SRC d -enum _ver = Version(0, 10, 0); +enum _ver = Version(0, 11, 0); #+END_SRC ** compilation restrictions (supported compilers) |