diff options
| -rw-r--r-- | derivation.nix | 2 | ||||
| -rw-r--r-- | dub.json | 2 | ||||
| -rw-r--r-- | flake.lock | 6 | ||||
| -rw-r--r-- | flake.nix | 2 | ||||
| -rw-r--r-- | makefile | 4 | ||||
| -rw-r--r-- | meson.build | 2 | ||||
| -rw-r--r-- | org/config_d_cfte.org | 2 | ||||
| -rw-r--r-- | org/config_dub.org | 2 | ||||
| -rw-r--r-- | org/config_make.org | 2 | ||||
| -rw-r--r-- | org/config_meson.org | 2 | ||||
| -rw-r--r-- | org/config_nix.org | 2 | ||||
| -rw-r--r-- | views/version.txt | 2 | 
12 files changed, 15 insertions, 15 deletions
| diff --git a/derivation.nix b/derivation.nix index 0eafc9a..542e19f 100644 --- a/derivation.nix +++ b/derivation.nix @@ -88,7 +88,7 @@ with (  );    mkDubDerivation rec {      pname = "spine"; -    version = "0.13.0"; +    version = "0.14.0";      src = ./.;      nativeBuildInputs = with pkgs; [dub ldc];      buildInputs = with pkgs; [nixVersions.unstable sqlite]; @@ -4,7 +4,7 @@    ],    "copyright":                 "Copyright © 2015 - 2023 Ralph Amissah",    "name":                      "spine", -  "version":                   "0.13.0", +  "version":                   "0.14.0",    "description":               "an object-centric sisu-like document parser",    "homepage":                  "https://sisudoc.org",    "license":                   "AGPL-3.0+", @@ -20,11 +20,11 @@      },      "nixpkgs": {        "locked": { -        "lastModified": 1700385946, -        "narHash": "sha256-J6hzbr93aJjTMYD9ujvN0htwHSZDE4LxPZXREaFKyLY=", +        "lastModified": 1700444282, +        "narHash": "sha256-s/+tgT+Iz0LZO+nBvSms+xsMqvHt2LqYniG9r+CYyJc=",          "owner": "NixOS",          "repo": "nixpkgs", -        "rev": "53aeb5c67b78a1bb565467043b79c3948afacbc9", +        "rev": "3f21a22b5aafefa1845dec6f4a378a8f53d8681c",          "type": "github"        },        "original": { @@ -8,7 +8,7 @@      flake-utils,    } @ inputs: let      pname = "spine"; -    version = "0.13.0"; +    version = "0.14.0";      shell = ./shell.nix; # ./default.nix;      devEnv = ./.envrc; # ./shell.nix; # ./default.nix;      supportedSystems = ["x86_64-linux"]; # [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ]; @@ -1298,8 +1298,8 @@ gitsnapshot: distclean tangle  	git commit -a  version_tag: -	echo "DRV=0.13.0; git tag -f doc-reform_v$$\{DRV} -m\"doc-reform spine-$$\{DRV}\" HEAD"; \ -	echo "git tag -f doc-reform_v0.13.0 -m\"doc-reform spine-0.13.0\" HEAD" +	echo "DRV=0.14.0; git tag -f doc-reform_v$$\{DRV} -m\"doc-reform spine-$$\{DRV}\" HEAD"; \ +	echo "git tag -f doc-reform_v0.14.0 -m\"doc-reform spine-0.14.0\" HEAD"  .PHONY : all build rebuild release \  	distclean init \ diff --git a/meson.build b/meson.build index 51ad7b1..31bb85f 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@  project('spine', 'd',    license: 'AGPL-3', -  version: '0.13.0', +  version: '0.14.0',    meson_version: '>=0.46'  )  #if meson.get_compiler('d').get_id() == 'gcc' diff --git a/org/config_d_cfte.org b/org/config_d_cfte.org index 4b65179..bf77456 100644 --- a/org/config_d_cfte.org +++ b/org/config_d_cfte.org @@ -27,7 +27,7 @@  #+NAME: spine_version_set  #+BEGIN_SRC d -0, 13, 0 +0, 14, 0  #+END_SRC  *** set program version tangle :version: diff --git a/org/config_dub.org b/org/config_dub.org index d0541f8..e402831 100644 --- a/org/config_dub.org +++ b/org/config_dub.org @@ -21,7 +21,7 @@  #+NAME: spine_version_set  #+BEGIN_SRC sh -0.13.0 +0.14.0  #+END_SRC  ** dub diff --git a/org/config_make.org b/org/config_make.org index 17df737..658b7ea 100644 --- a/org/config_make.org +++ b/org/config_make.org @@ -22,7 +22,7 @@  #+NAME: spine_version_set  #+BEGIN_SRC sh -0.13.0 +0.14.0  #+END_SRC  *** build tools if specified diff --git a/org/config_meson.org b/org/config_meson.org index a81fafe..3cd4cb1 100644 --- a/org/config_meson.org +++ b/org/config_meson.org @@ -23,7 +23,7 @@  #+NAME: spine_version_set  #+BEGIN_SRC sh -0.13.0 +0.14.0  #+END_SRC  *** subprojects diff --git a/org/config_nix.org b/org/config_nix.org index c79d082..8ddb251 100644 --- a/org/config_nix.org +++ b/org/config_nix.org @@ -583,7 +583,7 @@ installPhase = ''  #+NAME: spine_version_set  #+BEGIN_SRC sh -0.13.0 +0.14.0  #+END_SRC  *** nixpkgs path / url diff --git a/views/version.txt b/views/version.txt index ad5e4e8..c9adcb7 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,7 +4,7 @@ struct Version {    int minor;    int patch;  } -enum _ver = Version(0, 13, 0); +enum _ver = Version(0, 14, 0);  version (Posix) {    version (DigitalMars) {    } else version (LDC) { | 
