Overview
Comment: | Changed version to v1.7102 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.71 | v1.7102 |
Files: | files | file ages | folders |
SHA1: |
c719bc274881d3dafd46c9a1b594a7c1 |
User & Date: | mmgraham on 2024-04-08 11:05:05 |
Other Links: | branch diff | manifest | tags |
Context
2024-04-09
| ||
18:13 | Cherry picked fixes from 1.70 and 1.80 check-in: 99a884c695 user: mmgraham tags: v1.71 | |
2024-04-08
| ||
11:05 | Changed version to v1.7102 check-in: c719bc2748 user: mmgraham tags: v1.71, v1.7102 | |
2024-04-05
| ||
22:04 | Make -import-sexpr work when the run or test already exists - dont try to overwrite check-in: f40041db73 user: mmgraham tags: v1.71 | |
Changes
Modified megatest-version.scm from [4f15dbe2cd] to [2ca7b6a5d7].
︙ | ︙ | |||
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.7102) |