Version 1.91.WIP

This commit is contained in:
ocornut
2024-07-31 16:34:28 +02:00
parent 8199457a7d
commit dcf54782d4
8 changed files with 18 additions and 9 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
// dear imgui, v1.91.0
// dear imgui, v1.91.1 WIP
// (headers)
// Help:
@@ -27,8 +27,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.0"
#define IMGUI_VERSION_NUM 19100
#define IMGUI_VERSION "1.91.1 WIP"
#define IMGUI_VERSION_NUM 19101
#define IMGUI_HAS_TABLE
/*