From 7dfaaff5bed8499d25c24c8d3eab985be53c2182 Mon Sep 17 00:00:00 2001 From: Jacco Bikker Date: Tue, 26 Nov 2024 15:24:06 +0100 Subject: [PATCH] Update version number to 0.9.9. --- tiny_bvh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiny_bvh.h b/tiny_bvh.h index 47016a5..fedb19a 100644 --- a/tiny_bvh.h +++ b/tiny_bvh.h @@ -100,7 +100,7 @@ THE SOFTWARE. // library version #define TINY_BVH_VERSION_MAJOR 0 #define TINY_BVH_VERSION_MINOR 9 -#define TINY_BVH_VERSION_SUB 8 +#define TINY_BVH_VERSION_SUB 9 // ============================================================================ //