Version 1.89.3 WIP

This commit is contained in:
ocornut
2023-01-11 15:51:34 +01:00
parent 46b9c09e41
commit 482ac70a0b
8 changed files with 17 additions and 10 deletions

View File

@ -1,4 +1,4 @@
// dear imgui, v1.89.2
// dear imgui, v1.89.3 WIP
// (headers)
// Help:
@ -22,8 +22,8 @@
// Library Version
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM > 12345')
#define IMGUI_VERSION "1.89.2"
#define IMGUI_VERSION_NUM 18920
#define IMGUI_VERSION "1.89.3 WIP"
#define IMGUI_VERSION_NUM 18921
#define IMGUI_HAS_TABLE
/*