Version 1.90.8 WIP

Tidying up todo.txt
This commit is contained in:
ocornut
2024-05-28 10:09:31 +02:00
parent 00ad3c65bc
commit 1f9fc382c3
9 changed files with 25 additions and 19 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
// dear imgui, v1.90.7
// dear imgui, v1.90.8 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.7"
#define IMGUI_VERSION_NUM 19070
#define IMGUI_VERSION "1.90.8 WIP"
#define IMGUI_VERSION_NUM 19071
#define IMGUI_HAS_TABLE
/*