mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Corrected mutators.scad LibFile: line.
This commit is contained in:
parent
c20fd9050f
commit
142530f38e
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
// LibFile: transforms.scad
|
||||
// LibFile: mutators.scad
|
||||
// Functions and modules to mutate children in various ways.
|
||||
// Includes:
|
||||
// include <BOSL2/std.scad>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,510];
|
||||
BOSL_VERSION = [2,0,511];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
|
Loading…
Reference in a new issue