From 2b30eed64b4f7c201f143bda80bb55838b9303ae Mon Sep 17 00:00:00 2001 From: Casper Boon Date: Fri, 15 Nov 2024 10:33:06 +0800 Subject: [PATCH] bump version number for fixes in libaed --- README.Windows | 2 +- src/glm.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Windows b/README.Windows index 842281f..a95db69 100644 --- a/README.Windows +++ b/README.Windows @@ -1,5 +1,5 @@ -We build GLM on windows using "chocolatey". +We build GLM on windows using "chocolatey". After installing choco (see https://chocolatey.org/install ) install these packages : diff --git a/src/glm.h b/src/glm.h index 753da50..9e679df 100644 --- a/src/glm.h +++ b/src/glm.h @@ -35,7 +35,7 @@ #endif #define USE_FILLVALUE 1 -#define GLM_VERSION "3.3.2" +#define GLM_VERSION "3.3.3" #define POINT 0 #define Z_SHAPE 1