diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2020-01-02 18:40:34 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2020-01-02 18:40:34 -0500 |
commit | 3fa921a38b2c8440d22b2613106db469340984fa (patch) | |
tree | c368e2e983f6c8189eec7be4d696ddadef01e01d /README.html | |
parent | 43408ef4df909452c7a10992daff911bab97040d (diff) |
preparing for release
Diffstat (limited to 'README.html')
-rw-r--r-- | README.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.html b/README.html index b64d533..0d9d5d9 100644 --- a/README.html +++ b/README.html @@ -46,6 +46,8 @@ it is nearly as fast in theory.</p> <h3><code>toc</code> Source Code</h3> +<p>The source code to <code>toc</code> is licensed under the GNU General Public License, version 3. See <code>LICENSE</code> for more information.</p> + <p><code>toc</code> is written in C, for speed and portability. It has no dependencies, other than the C runtime library.</p> <h4>Build system</h4> @@ -91,6 +93,7 @@ it is nearly as fast in theory.</p> <tr><td>0.0</td><td>Initial version.</td><td>2019 Dec 6</td></tr> <tr><td>0.1</td><td>Constant parameter inference.</td><td>2019 Dec 15</td></tr> <tr><td>0.1.1</td><td>Better constant parameter inference.</td><td>2019 Dec 16</td></tr> +<tr><td>0.1.2</td><td>Minor bug fixes</td><td>2020 Jan 2</td></tr> </table> |