Skip to content

Commit 3aabaf0

Browse files
committed
Build 3.9.11
1 parent 7c12451 commit 3aabaf0

File tree

6 files changed

+14
-10
lines changed

6 files changed

+14
-10
lines changed

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.10
8+
buildVersion=3.9.11
99

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.11 (working)**
9+
**Version 3.9.11 (11 Sep 2021)**
1010
- New 'op' feature and def for each operation
1111
- Rename 'formats' to 'filetypes' as defs query
1212
- HTTP API specification for noSideEffects

src/ph/lib/lib.trio

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

src/phIct/lib/lib.trio

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@
88

99
--------------------------------------------------------------------------
1010
def: ^lib:phIct
11-
version: "3.9.10"
11+
version: "3.9.11"
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`
1515
doc:
1616
Project Haystack definitions for Information and Communications Technology.
1717
This includes microprocessor based hardware, software, and networking
1818
technologies.
19-
---------------------------------------------------------------------
19+
--------------------------------------------------------------------------
20+

src/phIoT/lib/lib.trio

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

99
--------------------------------------------------------------------------
1010
def: ^lib:phIoT
11-
version: "3.9.10"
11+
version: "3.9.11"
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"
16-
---------------------------------------------------------------------
16+
--------------------------------------------------------------------------
17+

src/phScience/lib/lib.trio

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

0 commit comments

Comments
 (0)