From 1f2be39bd021031b6fad0e7d18cb0c3f59e69a12 Mon Sep 17 00:00:00 2001 From: Jacco Bikker Date: Mon, 11 Nov 2024 12:48:04 +0100 Subject: [PATCH] Updated version to 0.5.0. --- tiny_bvh.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tiny_bvh.h b/tiny_bvh.h index 95bd41a..545ef12 100644 --- a/tiny_bvh.h +++ b/tiny_bvh.h @@ -76,8 +76,8 @@ THE SOFTWARE. // library version #define TINY_BVH_VERSION_MAJOR 0 -#define TINY_BVH_VERSION_MINOR 4 -#define TINY_BVH_VERSION_SUB 2 +#define TINY_BVH_VERSION_MINOR 5 +#define TINY_BVH_VERSION_SUB 0 // ============================================================================ //