Version 1.90.0

w/ Changelog tweaks.
This commit is contained in:
ocornut
2023-11-15 15:20:20 +01:00
parent 623bff23ce
commit b81bd7ed98
8 changed files with 30 additions and 30 deletions

View File

@ -1,4 +1,4 @@
// dear imgui, v1.90 WIP
// dear imgui, v1.90.0
// (headers)
// Help:
@ -23,8 +23,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 WIP"
#define IMGUI_VERSION_NUM 18999
#define IMGUI_VERSION "1.90.0"
#define IMGUI_VERSION_NUM 19000
#define IMGUI_HAS_TABLE
/*