Overview
Comment: | updated version |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65 | v1.6537 |
Files: | files | file ages | folders |
SHA1: |
368d761da8fa62ab3fed5bad2aa03bd1 |
User & Date: | pjhatwal on 2019-11-07 10:55:07 |
Other Links: | branch diff | manifest | tags |
Context
2019-11-08
| ||
16:12 | Merged in v1.65-merge-fixes. Tested and passing all tests check-in: 8a260ddbc7 user: jmoon18 tags: v1.65 | |
2019-11-07
| ||
10:55 | updated version check-in: 368d761da8 user: pjhatwal tags: v1.65, v1.6537 | |
2019-11-06
| ||
16:00 | runs.scm - give error instead of setting ZERO_ITEMS. all-api.scm - added some tests check-in: 634c52d06c user: mmgraham tags: v1.65 | |
Changes
Modified megatest-version.scm from [2946261f67] to [6df2c4add7].
︙ | ︙ | |||
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.6537) |