From 42baa49fefb7353950a4751f4e929f53ac57df30 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 28 Jan 2021 14:17:17 -0500 Subject: 0.11.2 --- default.nix | 2 +- dub.json | 2 +- meson.build | 2 +- org/spine.org | 2 +- org/spine_build_scaffold.org | 6 +++--- project.nix | 2 +- spine.nix | 2 +- views/version.txt | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/default.nix b/default.nix index 5826a65..ae125f7 100755 --- a/default.nix +++ b/default.nix @@ -5,7 +5,7 @@ with import ./nix/mkDub.nix { inherit pkgs; }; mkDubDerivation rec { name = "spine-${version}"; - version = "0.11.1"; + version = "0.11.2"; src = ./.; buildInputs = [ pkgs.sqlite diff --git a/dub.json b/dub.json index 1097127..d6dcbe5 100644 --- a/dub.json +++ b/dub.json @@ -4,7 +4,7 @@ ], "copyright": "Copyright © 2015 - 2020 Ralph Amissah", "name": "spine", - "version": "0.11.1", + "version": "0.11.2", "description": "a sisu like document parser", "homepage": "http://sisudoc.org", "license": "AGPL-3.0+", diff --git a/meson.build b/meson.build index 434db0d..50ce01f 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('spine', 'd', license: 'AGPL-3', - version: '0.11.1', + version: '0.11.2', meson_version: '>=0.46' ) #if meson.get_compiler('d').get_id() == 'gcc' diff --git a/org/spine.org b/org/spine.org index 5267a3c..70010b1 100644 --- a/org/spine.org +++ b/org/spine.org @@ -43,7 +43,7 @@ struct Version { #+NAME: spine_version_current_set #+BEGIN_SRC d -enum _ver = Version(0, 11, 1); +enum _ver = Version(0, 11, 2); #+END_SRC ** compilation restrictions (supported compilers) diff --git a/org/spine_build_scaffold.org b/org/spine_build_scaffold.org index 0863822..1168968 100644 --- a/org/spine_build_scaffold.org +++ b/org/spine_build_scaffold.org @@ -23,7 +23,7 @@ #+NAME: version_spine #+BEGIN_SRC sh -0.11.1 +0.11.2 #+END_SRC ** subprojects @@ -1986,7 +1986,7 @@ pkgs.mkShell { with import ./nix/mkDub.nix { inherit pkgs; }; mkDubDerivation rec { name = "spine-${version}"; - version = "0.11.1"; + version = "<>"; src = ./.; buildInputs = with pkgs; [( import ./nix/pkglst/shell-pkgs.nix @@ -2011,7 +2011,7 @@ mkDubDerivation rec { with import ./nix/mkDub.nix { inherit pkgs; }; mkDubDerivation rec { name = "spine-${version}"; - version = "0.11.1"; + version = "<>"; src = ./.; buildInputs = [ pkgs.sqlite diff --git a/project.nix b/project.nix index 6dbafcd..700f412 100755 --- a/project.nix +++ b/project.nix @@ -5,7 +5,7 @@ with import ./nix/mkDub.nix { inherit pkgs; }; mkDubDerivation rec { name = "spine-${version}"; - version = "0.11.1"; + version = "0.11.2"; src = ./.; buildInputs = [ pkgs.sqlite diff --git a/spine.nix b/spine.nix index 7a2d7d1..616de4d 100755 --- a/spine.nix +++ b/spine.nix @@ -112,7 +112,7 @@ with ( # mkDub.nix ); mkDubDerivation rec { name = "spine-${version}"; - version = "0.11.1"; + version = "0.11.2"; src = ./.; buildInputs = [ pkgs.sqlite diff --git a/views/version.txt b/views/version.txt index e30ccd1..4911cc7 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,7 +4,7 @@ struct Version { int minor; int patch; } -enum _ver = Version(0, 11, 1); +enum _ver = Version(0, 11, 2); version (Posix) { version (DigitalMars) { } else version (LDC) { -- cgit v1.2.3