From 540909bddf2f2b094a650b4bf5d01757fbd69418 Mon Sep 17 00:00:00 2001 From: ocornut Date: Mon, 28 Nov 2022 14:42:30 +0100 Subject: [PATCH] Fixed version string for consistency (#5918) --- imgui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgui.h b/imgui.h index 1efe9f9e..1004ac07 100644 --- a/imgui.h +++ b/imgui.h @@ -22,7 +22,7 @@ // Library Version // (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM > 12345') -#define IMGUI_VERSION "1.89.1 WIP" +#define IMGUI_VERSION "1.89.1" #define IMGUI_VERSION_NUM 18910 #define IMGUI_HAS_TABLE #define IMGUI_HAS_VIEWPORT // Viewport WIP branch