From 6af38b1a431eafda4cd9a3ad5d2e6c35425c1a14 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 03eb0ca9..c3dc0ca2 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