Skip to content

Commit

Permalink
Build 3.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
briansfrank committed Apr 21, 2022
1 parent 84d58a1 commit 338f60e
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion etc/build/config.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
// 18 Mar 2019 Brian Frank Creation
//

buildVersion=3.9.11
buildVersion=3.9.12

Binary file removed src/backup.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/docHaystack/doc/ChangeLog.fandoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
** license: Licensed under the Academic Free License version 3.0
**************************************************************************

**Version 3.9.12 (working)**
**Version 3.9.12 (21 Apr 2022)**
- #935: Redesign choice to use simple subtypes and tagOn
- #936: Redesign pointFunction, pointSubject, pipeFluid, tankSubstance as choice+of
- #939: Remove equipFunction taxonomy
Expand Down
3 changes: 1 addition & 2 deletions src/ph/lib/lib.trio
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
--------------------------------------------------------------------------
def: ^lib:ph
doc: "Project Haystack core definitions"
version: "3.9.11"
version: "3.9.12"
baseUri: `https://project-haystack.org/def/ph/`
--------------------------------------------------------------------------

2 changes: 1 addition & 1 deletion src/ph/lib/misc.trio
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ doc: "Haystack filter string. See `docHaystack::Filters`"
def: ^kind
is: ^str
doc:
Kind name used before Haystack 4.0 to identity data types
Kind name used to identity a value data type
enum:
- Marker: is-a label
- Bool: true or false
Expand Down
3 changes: 1 addition & 2 deletions src/phIct/lib/lib.trio
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

--------------------------------------------------------------------------
def: ^lib:phIct
version: "3.9.11"
version: "3.9.12"
baseUri: `https://project-haystack.org/def/phIct/`
depends: [^lib:ph, ^lib:phIoT]
wikipedia: `https://en.wikipedia.org/wiki/Information_and_communications_technology`
Expand All @@ -17,4 +17,3 @@ doc:
This includes microprocessor based hardware, software, and networking
technologies.
--------------------------------------------------------------------------

3 changes: 1 addition & 2 deletions src/phIoT/lib/lib.trio
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@

--------------------------------------------------------------------------
def: ^lib:phIoT
version: "3.9.11"
version: "3.9.12"
baseUri: `https://project-haystack.org/def/phIoT/`
wikipedia: `https://en.wikipedia.org/wiki/Internet_of_things`
depends: [^lib:ph, ^lib:phScience]
doc: "Project Haystack definitions for Internet of Things"
--------------------------------------------------------------------------

3 changes: 1 addition & 2 deletions src/phScience/lib/lib.trio
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
--------------------------------------------------------------------------
def: ^lib:phScience
doc: "Project Haystack scientific definitions"
version: "3.9.11"
version: "3.9.12"
baseUri: `https://project-haystack.org/def/phScience/`
depends: [^lib:ph]
--------------------------------------------------------------------------

0 comments on commit 338f60e

Please sign in to comment.