Overview
Comment: | changed megatest verion to 51 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65 | v1.6551 |
Files: | files | file ages | folders |
SHA1: |
dac2533ee310429e52facaa830485922 |
User & Date: | mmgraham on 2020-06-05 15:37:52 |
Other Links: | branch diff | manifest | tags |
Context
2020-06-09
| ||
08:24 | Check that xml junit stuff is there before opperating on the signature check-in: 1366967686 user: mrwellan tags: v1.65 | |
2020-06-05
| ||
15:37 | changed megatest verion to 51 check-in: dac2533ee3 user: mmgraham tags: v1.65, v1.6551 | |
2020-06-04
| ||
18:17 | increased minimum default disk space to ~1GB check-in: f1c2d09357 user: mmgraham tags: v1.65 | |
Changes
Modified megatest-version.scm from [a7aef86d46] to [61b949c766].
︙ | ︙ | |||
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.6551) |