Version 1.91.6 WIP + fixed typo in tooltip.

This commit is contained in:
ocornut
2024-11-12 11:56:21 +01:00
parent f401021d5a
commit 3381ab423b
8 changed files with 19 additions and 10 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
// dear imgui, v1.91.5
// dear imgui, v1.91.6 WIP
// (headers)
// Help:
@@ -28,8 +28,8 @@
// Library Version
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM >= 12345')
#define IMGUI_VERSION "1.91.5"
#define IMGUI_VERSION_NUM 19150
#define IMGUI_VERSION "1.91.6 WIP"
#define IMGUI_VERSION_NUM 19151
#define IMGUI_HAS_TABLE
/*