Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typo in matrix.tcl. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
08bd5f6079fc87c825f2740066c4a776 |
User & Date: | dan 2015-11-02 18:42:06.990 |
Context
2015-11-02
| ||
18:42 | Add a News entry for the 3.9.2 release. (check-in: 9a4e60ca03 user: drh tags: trunk) | |
18:42 | Fix typo in matrix.tcl. (check-in: 08bd5f6079 user: dan tags: trunk) | |
18:36 | Add the SQLITE_SOURCE_ID and sha1sum for 3.9.2. (check-in: 0c15d84626 user: dan tags: trunk) | |
Changes
Changes to matrix.tcl.
︙ | ︙ | |||
297 298 299 300 301 302 303 | <div class="toolbar"> <a href="${path}about.html">About</a> <a href="${path}docs.html">Documentation</a> <a href="${path}download.html">Download</a> <a href="${path}copyright.html">License</a> <a href="${path}support.html">Support</a> <a href="http://www.hwaci.com/sw/sqlite/prosupport.html">Purchase</a> | | | 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 | <div class="toolbar"> <a href="${path}about.html">About</a> <a href="${path}docs.html">Documentation</a> <a href="${path}download.html">Download</a> <a href="${path}copyright.html">License</a> <a href="${path}support.html">Support</a> <a href="http://www.hwaci.com/sw/sqlite/prosupport.html">Purchase</a> </div> </td></tr></table> } } # End of code copied out of wrap.tcl ############################################################################## # Generate the requirements traceability matrix. |
︙ | ︙ |