From 5ab78cbc7dd5d7091d07edc8173c493553f4f2bd Mon Sep 17 00:00:00 2001 From: Evan Pezent Date: Thu, 8 Jul 2021 08:21:56 -0700 Subject: [PATCH] version string --- implot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implot.h b/implot.h index 6c938b1..316915b 100644 --- a/implot.h +++ b/implot.h @@ -38,7 +38,7 @@ #endif // ImPlot version string -#define IMPLOT_VERSION "0.10 WIP" +#define IMPLOT_VERSION "0.11 WIP" // Indicates variable should deduced automatically. #define IMPLOT_AUTO -1 // Special color used to indicate that a color should be deduced automatically.