Overview
Comment: | Updated megatest version to 1.7005 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.70 | v1.7005 |
Files: | files | file ages | folders |
SHA1: |
ed7d08c7916d014d8aad2631b548140a |
User & Date: | mmgraham on 2022-08-05 17:24:58 |
Other Links: | branch diff | manifest | tags |
Context
2022-08-11
| ||
17:05 | Cleaned up dashboard.scm, added -target and -run-id check-in: 3402ab9fdf user: mmgraham tags: v1.70 | |
2022-08-05
| ||
17:24 | Updated megatest version to 1.7005 check-in: ed7d08c791 user: mmgraham tags: v1.70, v1.7005 | |
2022-08-03
| ||
12:30 | fixed db:get-changed-run-ids, used it in db:get-changed-record-ids check-in: 8f6bc664a7 user: mmgraham tags: v1.70 | |
Changes
Modified megatest-version.scm from [9cd5393583] to [22b21a9879].
︙ | ︙ | |||
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.7005) |