From 652c0299b1b97f628119c07f57dea9b7e823f37d Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 16 Oct 2020 22:29:43 -0400 Subject: 0.11.1 --- meson.build | 2 +- org/spine.org | 2 +- org/spine_build_scaffold.org | 2 +- views/version.txt | 2 +- 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) { -- cgit v1.2.3