aboutsummaryrefslogtreecommitdiffhomepage
path: root/org
diff options
context:
space:
mode:
Diffstat (limited to 'org')
-rw-r--r--org/spine.org2
-rw-r--r--org/spine_build_scaffold.org2
2 files changed, 2 insertions, 2 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)
diff --git a/org/spine_build_scaffold.org b/org/spine_build_scaffold.org
index 542e8e3..a42cd69 100644
--- a/org/spine_build_scaffold.org
+++ b/org/spine_build_scaffold.org
@@ -1146,7 +1146,7 @@ cat spine_sources.txt
#+BEGIN_SRC sh :tangle ../meson.build
project('spine', 'd',
license: 'AGPL-3',
- version: '0.11.0',
+ version: '0.11.1',
meson_version: '>=0.46'
)
#if meson.get_compiler('d').get_id() == 'gcc'