diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2020-10-16 22:29:43 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2020-10-19 13:41:43 -0400 |
commit | 652c0299b1b97f628119c07f57dea9b7e823f37d (patch) | |
tree | 93f3a47b1a283041d55ab86d6c299e1446c53513 /org/spine.org | |
parent | CHANGELOG (diff) |
0.11.1
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 5f39984..241279e 100644 --- a/org/spine.org +++ b/org/spine.org @@ -42,7 +42,7 @@ struct Version { #+NAME: spine_version_current_set #+BEGIN_SRC d -enum _ver = Version(0, 11, 0); +enum _ver = Version(0, 11, 1); #+END_SRC ** compilation restrictions (supported compilers) |