diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-11-20 10:38:35 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-11-20 12:36:10 -0500 |
commit | c6ee6dc7e5de7f8a16e8591603301993b6304e23 (patch) | |
tree | aacb3f1968ed556e7119ed98a9c489dc48df7ca4 /org | |
parent | ocda, structs (replacing tuples) (diff) |
0.14.0
Diffstat (limited to 'org')
-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 |
5 files changed, 5 insertions, 5 deletions
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 |