Overview
Comment: | Udpated version file to 1.65/32 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65 | v1.6532 |
Files: | files | file ages | folders |
SHA1: |
19f2bc121f642d42ac3ccfab583566cc |
User & Date: | jmoon18 on 2019-08-08 14:47:13 |
Other Links: | branch diff | manifest | tags |
Context
2019-08-16
| ||
18:03 | Fixed an issue that would print out a 'skipping dur to packets' warning even if the number of packets had been reached check-in: af3a660dfb user: jmoon18 tags: v1.65 | |
2019-08-08
| ||
14:47 | Udpated version file to 1.65/32 check-in: 19f2bc121f user: jmoon18 tags: v1.65, v1.6532 | |
13:20 | Added absolute value to adjwait value to prevent negative wait values check-in: a36cdd0820 user: jmoon18 tags: v1.65 | |
Changes
Modified megatest-version.scm from [ebab2f4c71] to [76adf600fc].
︙ | ︙ | |||
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.6532) |