Overview
Comment: | bumped to v1.6515 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65 |
Files: | files | file ages | folders |
SHA1: |
a5596b73e4822e25faf10acd35abf01b |
User & Date: | bjbarcla on 2018-12-06 12:01:45 |
Other Links: | branch diff | manifest | tags |
Context
2018-12-06
| ||
15:37 | bumped to ...17 check-in: 4c0b5593dd user: bjbarcla tags: v1.65 | |
12:01 | bumped to v1.6515 check-in: a5596b73e4 user: bjbarcla tags: v1.65 | |
12:00 | - is for running step, not completed check-in: 5834a7acc8 user: bjbarcla tags: v1.65 | |
Changes
Modified megatest-version.scm from [a98be9fc64] to [b1fe3c044c].
︙ | ︙ | |||
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.6515) |