Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix version number |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
4a3106e70d21a1586c6391e03f567d66 |
User & Date: | kevin 2017-01-29 03:45:46 |
Context
2017-04-03
| ||
02:52 | Update tls for macOS check-in: cc7ed20bcd user: kevin tags: trunk | |
2017-01-29
| ||
03:45 | Fix version number check-in: 4a3106e70d user: kevin tags: trunk | |
03:22 | Revbump to 6.4 check-in: 145b0413be user: kevin tags: trunk | |
Changes
Changes to libs/manpower/manpower.tcl.
|
| | | 1 2 3 | package provide manpower 6.4 source [file join [file dirname [info script]] manpower-main.tcl] |
Changes to libs/manpower/pkgIndex.tcl.
1 |
| | | 1 2 3 | package ifneeded manpower 6.4 [list source [file join $dir manpower.tcl]] |