Overview
Comment: | Updated megatest-version for 1.6531 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65 | v1.6531 |
Files: | files | file ages | folders |
SHA1: |
2c08c1f7c0493877c114715633c59bc2 |
User & Date: | jmoon18 on 2019-07-10 12:10:05 |
Other Links: | branch diff | manifest | tags |
Context
2019-07-17
| ||
11:49 | in dejunk cleanup, call db:clean-up on megatest.db only if it's writable check-in: d3caf011b4 user: mmgraham tags: v1.65 | |
2019-07-10
| ||
12:10 | Updated megatest-version for 1.6531 check-in: 2c08c1f7c0 user: jmoon18 tags: v1.65, v1.6531 | |
2019-07-09
| ||
17:15 | Fixed makefile so that it will build everything in make step instead of doing some as install check-in: 49469ad16e user: jmoon18 tags: v1.65 | |
Changes
Modified megatest-version.scm from [b25584fe0f] to [ebab2f4c71].
︙ | ︙ | |||
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.6531) |