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 dee2286..0eafc9a 100644 --- a/derivation.nix +++ b/derivation.nix @@ -88,7 +88,7 @@ with (  );    mkDubDerivation rec {      pname = "spine"; -    version = "0.12.0"; +    version = "0.13.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.12.0", +  "version":                   "0.13.0",    "description":               "an object-centric sisu-like document parser",    "homepage":                  "https://sisudoc.org",    "license":                   "AGPL-3.0+", @@ -20,11 +20,11 @@      },      "nixpkgs": {        "locked": { -        "lastModified": 1699094435, -        "narHash": "sha256-YLZ5/KKZ1PyLrm2MO8UxRe4H3M0/oaYqNhSlq6FDeeA=", +        "lastModified": 1700014976, +        "narHash": "sha256-dSGpS2YeJrXW5aH9y7Abd235gGufY3RuZFth6vuyVtU=",          "owner": "NixOS",          "repo": "nixpkgs", -        "rev": "9d5d25bbfe8c0297ebe85324addcb5020ed1a454", +        "rev": "592047fc9e4f7b74a4dc85d1b9f5243dfe4899e3",          "type": "github"        },        "original": { @@ -8,7 +8,7 @@      flake-utils,    } @ inputs: let      pname = "spine"; -    version = "0.12.0"; +    version = "0.13.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.12.0; git tag -f doc-reform_v$$\{DRV} -m\"doc-reform spine-$$\{DRV}\" HEAD"; \ -	echo "git tag -f doc-reform_v0.12.0 -m\"doc-reform spine-0.12.0\" HEAD" +	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"  .PHONY : all build rebuild release \  	distclean init \ diff --git a/meson.build b/meson.build index 563f636..51ad7b1 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@  project('spine', 'd',    license: 'AGPL-3', -  version: '0.12.0', +  version: '0.13.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 845e44d..4b65179 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, 12, 0 +0, 13, 0  #+END_SRC  *** set program version tangle :version: diff --git a/org/config_dub.org b/org/config_dub.org index cab6c2b..d0541f8 100644 --- a/org/config_dub.org +++ b/org/config_dub.org @@ -21,7 +21,7 @@  #+NAME: spine_version_set  #+BEGIN_SRC sh -0.12.0 +0.13.0  #+END_SRC  ** dub diff --git a/org/config_make.org b/org/config_make.org index 99940c6..17df737 100644 --- a/org/config_make.org +++ b/org/config_make.org @@ -22,7 +22,7 @@  #+NAME: spine_version_set  #+BEGIN_SRC sh -0.12.0 +0.13.0  #+END_SRC  *** build tools if specified diff --git a/org/config_meson.org b/org/config_meson.org index 1d3e792..a81fafe 100644 --- a/org/config_meson.org +++ b/org/config_meson.org @@ -23,7 +23,7 @@  #+NAME: spine_version_set  #+BEGIN_SRC sh -0.12.0 +0.13.0  #+END_SRC  *** subprojects diff --git a/org/config_nix.org b/org/config_nix.org index 0cf55d3..c79d082 100644 --- a/org/config_nix.org +++ b/org/config_nix.org @@ -583,7 +583,7 @@ installPhase = ''  #+NAME: spine_version_set  #+BEGIN_SRC sh -0.12.0 +0.13.0  #+END_SRC  *** nixpkgs path / url diff --git a/views/version.txt b/views/version.txt index bbcb4f9..ad5e4e8 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,7 +4,7 @@ struct Version {    int minor;    int patch;  } -enum _ver = Version(0, 12, 0); +enum _ver = Version(0, 13, 0);  version (Posix) {    version (DigitalMars) {    } else version (LDC) { | 
