Skip to content

Commit 6e3f5c2

Browse files
Updating to Poly/ML 5.9.2
1 parent 1e943af commit 6e3f5c2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
polyml: ['5.7.1', '5.9.1']
18+
polyml: ['5.7.1', '5.9.2']
1919
hol4: ['trindemossen-1']
2020

2121
env:

INSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ First, navigate to the directory where you want to put the source code of Poly/M
3434

3535
sudo apt-get install build-essential git
3636

37-
2. Install Poly/ML 5.9.1
37+
2. Install Poly/ML 5.9.2
3838

3939
git clone https://github.com/polyml/polyml.git
4040
cd polyml
41-
git checkout v5.9.1
41+
git checkout v5.9.2
4242
./configure --prefix=/usr
4343
make
4444
sudo make install
@@ -124,4 +124,4 @@ The same tools used to edit HOL4 theories and run the HOL4 REPL can also be used
124124

125125
The `scripts` directory contains installation scripts. These may be run when installing HOL4P4 e.g. on a fresh virtual machine by
126126

127-
scripts/install.sh
127+
scripts/install.sh

scripts/install_polyml.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
if [[ -z "${POLYML_VERSION}" ]]; then
4-
POLYML_VERSION="5.9.1"
4+
POLYML_VERSION="5.9.2"
55
fi
66

77
# If Poly/ML version is 5.7.1, use the one pre-packaged by Ubuntu instead

0 commit comments

Comments
 (0)