diff options
-rw-r--r-- | meson.build | 2 | ||||
-rw-r--r-- | org/spine.org | 2 | ||||
-rw-r--r-- | org/spine_build_scaffold.org | 2 | ||||
-rw-r--r-- | 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) { |