From f8d388c9fca4749e9ed815dd7e1a87f9885f0e9d Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 11 Apr 2024 12:46:28 -0400 Subject: 0.15.0 --- derivation.nix | 2 +- dub.json | 2 +- flake.nix | 2 +- ...ersion_info_and_doc_header_including_copyright_and_license.org | 8 ++++---- src/spine_search/spine_search.d | 4 ++-- views/version.txt | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/derivation.nix b/derivation.nix index 5ca32a0..5c06ba9 100644 --- a/derivation.nix +++ b/derivation.nix @@ -110,7 +110,7 @@ with ( ]; meta = with pkgs-nix.lib; { pname = "spine-search"; - version = "0.14.0"; + version = "0.15.0"; homepage = "https://sisudoc.org"; description = "cgi sqlite search form for document object search"; longDescription = '' diff --git a/dub.json b/dub.json index 86c9ec9..41b6444 100644 --- a/dub.json +++ b/dub.json @@ -4,7 +4,7 @@ ], "copyright": "Copyright © 2002, 2024 Ralph Amissah", "name": "spine_search", - "version": "0.14.0", + "version": "0.15.0", "description": "cgi search for spine, a sisu like document parser", "homepage": "https://sisudoc.org", "license": "AGPL-3.0+", diff --git a/flake.nix b/flake.nix index 968ad5f..b256aa1 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ d-overlay, } @ inputs: let pname = "spine_search"; - version = "0.14.0"; + version = "0.15.0"; shell = ./shell.nix; devEnv = ./nixDevEnv.sh; supportedSystems = ["x86_64-linux"]; diff --git a/org/spine_version_info_and_doc_header_including_copyright_and_license.org b/org/spine_version_info_and_doc_header_including_copyright_and_license.org index 386650f..13e1723 100644 --- a/org/spine_version_info_and_doc_header_including_copyright_and_license.org +++ b/org/spine_version_info_and_doc_header_including_copyright_and_license.org @@ -63,11 +63,11 @@ - standard SiSU object citation numbering & system - Homepages: - [https://www.doc_reform.org] [https://www.sisudoc.org] + [https://www.doc-reform.org] - Git - [https://git.sisudoc.org/projects/?p=software/spine.git;a=summary] + [https://git.sisudoc.org/] +/ #+END_SRC @@ -77,7 +77,7 @@ #+NAME: spine_project_version #+BEGIN_SRC org -0.14.0 +<>.<>.<> #+END_SRC ** version parts (major, minor, patch) @@ -98,7 +98,7 @@ #+NAME: spine_project_version_part_minor #+BEGIN_SRC org -14 +15 #+END_SRC *** patch diff --git a/src/spine_search/spine_search.d b/src/spine_search/spine_search.d index 8e67e6d..e6d6312 100755 --- a/src/spine_search/spine_search.d +++ b/src/spine_search/spine_search.d @@ -41,11 +41,11 @@ - standard SiSU object citation numbering & system - Homepages: - [https://www.doc_reform.org] [https://www.sisudoc.org] + [https://www.doc-reform.org] - Git - [https://git.sisudoc.org/projects/?p=software/spine.git;a=summary] + [https://git.sisudoc.org/] +/ /+ dub.sdl diff --git a/views/version.txt b/views/version.txt index c9adcb7..e3ed2b2 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,7 +4,7 @@ struct Version { int minor; int patch; } -enum _ver = Version(0, 14, 0); +enum _ver = Version(0, 15, 0); version (Posix) { version (DigitalMars) { } else version (LDC) { -- cgit v1.2.3