Overview
Comment: | Changed Megatest version to v1.8103 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.81 |
Files: | files | file ages | folders |
SHA1: |
3d29f35278cd100b21d4a53df583e57e |
User & Date: | icfadm on 2024-08-22 12:23:24 |
Other Links: | branch diff | manifest | tags |
Context
2024-09-09
| ||
12:31 | Few tweaks to make building from tar work check-in: 5ba2bbf0ed user: matt tags: v1.81 | |
2024-08-26
| ||
20:12 | CI/CD: Automated commit after successful test, build, and deploy for blacklist_PROMPT_COMMAND check-in: 61daf744b8 user: fdiskadm tags: v1.81 | |
19:41 | blacklist PROMPT_COMMAND Leaf check-in: d4d4478245 user: mmgraham tags: blacklist_PROMPT_COMMAND | |
2024-08-22
| ||
12:23 | Changed Megatest version to v1.8103 check-in: 3d29f35278 user: icfadm tags: v1.81 | |
12:07 | corrected megatest version check-in: 51f220b24e user: icfadm tags: v1.81 | |
Changes
Modified megatest-version.scm from [b135c24458] to [c9392ccb1b].
︙ | ︙ | |||
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.8103) |