Skip to content

Commit 338f60e

Browse files
committed
Build 3.9.12
1 parent 84d58a1 commit 338f60e

8 files changed

Lines changed: 7 additions & 11 deletions

File tree

etc/build/config.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
// 18 Mar 2019 Brian Frank Creation
66
//
77

8-
buildVersion=3.9.11
8+
buildVersion=3.9.12
99

src/backup.zip

-151 KB
Binary file not shown.

src/docHaystack/doc/ChangeLog.fandoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
** license: Licensed under the Academic Free License version 3.0
77
**************************************************************************
88

9-
**Version 3.9.12 (working)**
9+
**Version 3.9.12 (21 Apr 2022)**
1010
- #935: Redesign choice to use simple subtypes and tagOn
1111
- #936: Redesign pointFunction, pointSubject, pipeFluid, tankSubstance as choice+of
1212
- #939: Remove equipFunction taxonomy

src/ph/lib/lib.trio

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
--------------------------------------------------------------------------
1010
def: ^lib:ph
1111
doc: "Project Haystack core definitions"
12-
version: "3.9.11"
12+
version: "3.9.12"
1313
baseUri: `https://project-haystack.org/def/ph/`
1414
--------------------------------------------------------------------------
15-

src/ph/lib/misc.trio

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ doc: "Haystack filter string. See `docHaystack::Filters`"
1919
def: ^kind
2020
is: ^str
2121
doc:
22-
Kind name used before Haystack 4.0 to identity data types
22+
Kind name used to identity a value data type
2323
enum:
2424
- Marker: is-a label
2525
- Bool: true or false

src/phIct/lib/lib.trio

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
--------------------------------------------------------------------------
1010
def: ^lib:phIct
11-
version: "3.9.11"
11+
version: "3.9.12"
1212
baseUri: `https://project-haystack.org/def/phIct/`
1313
depends: [^lib:ph, ^lib:phIoT]
1414
wikipedia: `https://en.wikipedia.org/wiki/Information_and_communications_technology`
@@ -17,4 +17,3 @@ doc:
1717
This includes microprocessor based hardware, software, and networking
1818
technologies.
1919
--------------------------------------------------------------------------
20-

src/phIoT/lib/lib.trio

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@
88

99
--------------------------------------------------------------------------
1010
def: ^lib:phIoT
11-
version: "3.9.11"
11+
version: "3.9.12"
1212
baseUri: `https://project-haystack.org/def/phIoT/`
1313
wikipedia: `https://en.wikipedia.org/wiki/Internet_of_things`
1414
depends: [^lib:ph, ^lib:phScience]
1515
doc: "Project Haystack definitions for Internet of Things"
1616
--------------------------------------------------------------------------
17-

src/phScience/lib/lib.trio

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
--------------------------------------------------------------------------
1010
def: ^lib:phScience
1111
doc: "Project Haystack scientific definitions"
12-
version: "3.9.11"
12+
version: "3.9.12"
1313
baseUri: `https://project-haystack.org/def/phScience/`
1414
depends: [^lib:ph]
1515
--------------------------------------------------------------------------
16-

0 commit comments

Comments
 (0)