From 8b0895a6adfdf3cbfbc116c1880ad97bb06d625c Mon Sep 17 00:00:00 2001 From: Jacco Bikker Date: Sun, 10 Nov 2024 13:19:31 +0100 Subject: [PATCH] Updated version number. --- tiny_bvh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiny_bvh.h b/tiny_bvh.h index fa59c70..c3dd114 100644 --- a/tiny_bvh.h +++ b/tiny_bvh.h @@ -75,7 +75,7 @@ THE SOFTWARE. // library version #define TINY_BVH_VERSION_MAJOR 0 #define TINY_BVH_VERSION_MINOR 4 -#define TINY_BVH_VERSION_SUB 1 +#define TINY_BVH_VERSION_SUB 2 // ============================================================================ //