Overview
Comment: | Updated megatest version to 1.6577 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65 |
Files: | files | file ages | folders |
SHA1: |
3a669db4c76475692554aab0891387d4 |
User & Date: | mmgraham on 2020-11-05 15:36:13 |
Other Links: | branch diff | manifest | tags |
Context
2020-11-06
| ||
15:33 | Updated megatest version to 1.6578 check-in: 7c08813c70 user: mmgraham tags: v1.65, v1.6578 | |
2020-11-05
| ||
15:36 | Updated megatest version to 1.6577 check-in: 3a669db4c7 user: mmgraham tags: v1.65 | |
2020-11-04
| ||
14:05 | Improved couple unit tests check-in: 44547e36b8 user: matt tags: v1.65 | |
Changes
Modified megatest-version.scm from [dac6450921] to [5fd5ebf7f8].
︙ | ︙ | |||
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.6577) |