From 6e42a1189d38a02079e290b6d060a6800b94f4ac Mon Sep 17 00:00:00 2001
From: Garth Minette <gminette@gmail.com>
Date: Wed, 20 Jan 2021 13:40:25 -0800
Subject: [PATCH] Regressions fix for affine3d_frame_map()

---
 tests/test_affine.scad | 6 +++---
 version.scad           | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/test_affine.scad b/tests/test_affine.scad
index 5e4efed..8862f03 100644
--- a/tests/test_affine.scad
+++ b/tests/test_affine.scad
@@ -221,10 +221,10 @@ test_affine3d_chain();
 
 ////////////////////////////
 
-module test_affine_frame_map() {
-    assert(approx(affine_frame_map(x=[1,1,0], y=[-1,1,0]), affine3d_zrot(45)));
+module test_affine3d_frame_map() {
+    assert(approx(affine3d_frame_map(x=[1,1,0], y=[-1,1,0]), affine3d_zrot(45)));
 }
-test_affine_frame_map();
+test_affine3d_frame_map();
 
 
 module test_apply() {
diff --git a/version.scad b/version.scad
index 87b253d..7b75948 100644
--- a/version.scad
+++ b/version.scad
@@ -6,7 +6,7 @@
 //////////////////////////////////////////////////////////////////////
 
 
-BOSL_VERSION = [2,0,533];
+BOSL_VERSION = [2,0,534];
 
 
 // Section: BOSL Library Version Functions