Differences From Artifact [9815d60fe5]:
- File megatest-version.scm — part of check-in [a1963bd5a9] at 2020-08-17 14:17:16 on branch v1.65 — Replaced with-output-to-file with an explicit open/close due to posible file handles being left open. Fixed bug in runner time sharing. (user: mrwellan, size: 919) [annotate] [blame] [check-ins using]
To Artifact [7444fb7bcf]:
- File megatest-version.scm — part of check-in [bdbca349cb] at 2020-08-18 17:06:31 on branch v1.65 — Bumped version (user: mrwellan, size: 919) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
16 17 18 19 20 21 22 | ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;; Always use two or four digit decimal ;; 1.01, 1.02...1.10,1.11,1.1101 ... 1.99,2.00.. (declare (unit megatest-version)) | | | 16 17 18 19 20 21 22 23 | ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;; Always use two or four digit decimal ;; 1.01, 1.02...1.10,1.11,1.1101 ... 1.99,2.00.. (declare (unit megatest-version)) (define megatest-version 1.6562) |