Skip to content

Commit

Permalink
Build 3.9.14
Browse files Browse the repository at this point in the history
  • Loading branch information
briansfrank committed Mar 22, 2023
1 parent d9efb97 commit 6b00732
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 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.13
buildVersion=3.9.14

3 changes: 2 additions & 1 deletion src/docHaystack/doc/ChangeLog.fandoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
** license: Licensed under the Academic Free License version 3.0
**************************************************************************

**Version 3.9.14 (working)**
**Version 3.9.14 (22 Mar 2023)**
- New systems design
- New units: kg/L, mg/L, in/h, mm/h

**Version 3.9.13 (29 Nov 2022)**
- Stub out system marker tag
Expand Down
4 changes: 2 additions & 2 deletions src/ph/lib/lib.trio
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
--------------------------------------------------------------------------
def: ^lib:ph
doc: "Project Haystack core definitions"
version: "3.9.13"
version: "3.9.14"
baseUri: `https://project-haystack.org/def/ph/`
--------------------------------------------------------------------------
-------------------------------------------------------------------------
4 changes: 2 additions & 2 deletions src/phIct/lib/lib.trio
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

--------------------------------------------------------------------------
def: ^lib:phIct
version: "3.9.13"
version: "3.9.14"
baseUri: `https://project-haystack.org/def/phIct/`
depends: [^lib:ph, ^lib:phIoT]
wikipedia: `https://en.wikipedia.org/wiki/Information_and_communications_technology`
doc:
Project Haystack definitions for Information and Communications Technology.
This includes microprocessor based hardware, software, and networking
technologies.
--------------------------------------------------------------------------
-------------------------------------------------------------------------
4 changes: 2 additions & 2 deletions src/phIoT/lib/lib.trio
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

--------------------------------------------------------------------------
def: ^lib:phIoT
version: "3.9.13"
version: "3.9.14"
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"
--------------------------------------------------------------------------
-------------------------------------------------------------------------
4 changes: 2 additions & 2 deletions src/phScience/lib/lib.trio
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
--------------------------------------------------------------------------
def: ^lib:phScience
doc: "Project Haystack scientific definitions"
version: "3.9.13"
version: "3.9.14"
baseUri: `https://project-haystack.org/def/phScience/`
depends: [^lib:ph]
--------------------------------------------------------------------------
-------------------------------------------------------------------------

0 comments on commit 6b00732

Please sign in to comment.