Version 1.90.6 WIP

This commit is contained in:
ocornut
2024-04-15 11:27:07 +02:00
parent 76bc1b825e
commit 3caa79c8a5
8 changed files with 18 additions and 9 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
// dear imgui, v1.90.5
// dear imgui, v1.90.6 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.90.5"
#define IMGUI_VERSION_NUM 19050
#define IMGUI_VERSION "1.90.6 WIP"
#define IMGUI_VERSION_NUM 19051
#define IMGUI_HAS_TABLE
/*