Overview
Comment: | bump version to v1.7001. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.70-defunct-try |
Files: | files | file ages | folders |
SHA1: |
856bbfa186e116f008888f735db827fa |
User & Date: | matt on 2019-12-08 17:10:04 |
Other Links: | branch diff | manifest | tags |
Context
2019-12-08
| ||
19:46 | Unravelled a few ravels. check-in: 9990ebb12c user: matt tags: v1.70-defunct-try | |
17:10 | bump version to v1.7001. check-in: 856bbfa186 user: matt tags: v1.70-defunct-try | |
17:08 | Merged v1.65-try3 to trunk in prep to make v1.70 check-in: 402c5765ec user: matt tags: v1.70-defunct-try | |
Changes
Modified megatest-version.scm from [e7e300ffea] to [6b14cbfe0a].
︙ | ︙ | |||
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.7001) |