Overview
Comment: | Updated version tag to 1.65/41 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65 | v1.6541 |
Files: | files | file ages | folders |
SHA1: |
070a358879597c688719a64957b27b06 |
User & Date: | jmoon18 on 2020-01-29 13:39:19 |
Other Links: | branch diff | manifest | tags |
Context
2020-02-05
| ||
14:25 | Moved system info stuff (load and cores info) to .sysdata directory check-in: 9fa5ffffd9 user: mrwellan tags: v1.65 | |
2020-01-29
| ||
13:39 | Updated version tag to 1.65/41 check-in: 070a358879 user: jmoon18 tags: v1.65, v1.6541 | |
10:59 | missing field in print check-in: c7af076fb5 user: mrwellan tags: v1.65 | |
Changes
Modified megatest-version.scm from [4e236b7f97] to [f29273e8c4].
︙ | ︙ | |||
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.6541) |