- bumped up version number

- updated change log in README
- clearly stated units threadlib is using
This commit is contained in:
Adrian Schlatter
2019-11-13 21:03:14 +01:00
parent 55e360d76b
commit 63bde7f4f8
2 changed files with 12 additions and 4 deletions

View File

@@ -5,11 +5,11 @@ threadlib
Create threads easily.
:Author: Adrian Schlatter
:Date: 2019-04-07
:Date: 2019-11-11
:License: 3-Clause BSD. See LICENSE.
*/
function __THREADLIB_VERSION() = 0.2;
function __THREADLIB_VERSION() = 0.3;
use <thread_profile.scad>
include <THREAD_TABLE.scad>