fixed __THREADLIB_VERSION (=> 0.4)

This commit is contained in:
Adrian Schlatter 2022-12-08 22:09:20 +01:00
parent 3a7fbc7a1d
commit a1bbde40a5

View File

@ -9,7 +9,7 @@ Create threads easily.
:License: 3-Clause BSD. See LICENSE.
*/
function __THREADLIB_VERSION() = 0.3;
function __THREADLIB_VERSION() = 0.4;
use <thread_profile.scad>
include <THREAD_TABLE.scad>