aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2020-10-16 22:29:43 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2020-10-19 13:41:43 -0400
commit652c0299b1b97f628119c07f57dea9b7e823f37d (patch)
tree93f3a47b1a283041d55ab86d6c299e1446c53513
parentCHANGELOG (diff)
0.11.1
-rw-r--r--meson.build2
-rw-r--r--org/spine.org2
-rw-r--r--org/spine_build_scaffold.org2
-rw-r--r--views/version.txt2
4 files changed, 4 insertions, 4 deletions
diff --git a/meson.build b/meson.build
index cc644a6..ba4a99f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
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'
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'
diff --git a/views/version.txt b/views/version.txt
index 36c1240..e30ccd1 100644
--- a/views/version.txt
+++ b/views/version.txt
@@ -4,7 +4,7 @@ struct Version {
int minor;
int patch;
}
-enum _ver = Version(0, 11, 0);
+enum _ver = Version(0, 11, 1);
version (Posix) {
version (DigitalMars) {
} else version (LDC) {