diff --git a/docs/CHANGELOG.txt b/docs/CHANGELOG.txt index 18ef6260aadf..1266dde59793 100644 --- a/docs/CHANGELOG.txt +++ b/docs/CHANGELOG.txt @@ -36,10 +36,10 @@ HOW TO UPDATE? - Please report any issue! ----------------------------------------------------------------------- - VERSION 1.90.4 WIP (In Progress) + VERSION 1.90.4 (Released 2024-02-22) ----------------------------------------------------------------------- -Breaking changes: +Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.90.4 Other changes: diff --git a/imgui.cpp b/imgui.cpp index 404b743c1c15..4f01703799d5 100644 --- a/imgui.cpp +++ b/imgui.cpp @@ -1,4 +1,4 @@ -// dear imgui, v1.90.4 WIP +// dear imgui, v1.90.4 // (main code and documentation) // Help: diff --git a/imgui.h b/imgui.h index acefaaeeddeb..386fb5831913 100644 --- a/imgui.h +++ b/imgui.h @@ -1,4 +1,4 @@ -// dear imgui, v1.90.4 WIP +// dear imgui, v1.90.4 // (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.4 WIP" -#define IMGUI_VERSION_NUM 19033 +#define IMGUI_VERSION "1.90.4" +#define IMGUI_VERSION_NUM 19040 #define IMGUI_HAS_TABLE /* diff --git a/imgui_demo.cpp b/imgui_demo.cpp index 0386673a6521..707c14d38f40 100644 --- a/imgui_demo.cpp +++ b/imgui_demo.cpp @@ -1,4 +1,4 @@ -// dear imgui, v1.90.4 WIP +// dear imgui, v1.90.4 // (demo code) // Help: diff --git a/imgui_draw.cpp b/imgui_draw.cpp index 84700958f19e..1319a6e1d784 100644 --- a/imgui_draw.cpp +++ b/imgui_draw.cpp @@ -1,4 +1,4 @@ -// dear imgui, v1.90.4 WIP +// dear imgui, v1.90.4 // (drawing and font code) /* diff --git a/imgui_internal.h b/imgui_internal.h index 50c79f727c42..4ac8b1c943e1 100644 --- a/imgui_internal.h +++ b/imgui_internal.h @@ -1,4 +1,4 @@ -// dear imgui, v1.90.4 WIP +// dear imgui, v1.90.4 // (internal structures/api) // You may use this file to debug, understand or extend Dear ImGui features but we don't provide any guarantee of forward compatibility. diff --git a/imgui_tables.cpp b/imgui_tables.cpp index 9d5dafdc78ae..260df1a92747 100644 --- a/imgui_tables.cpp +++ b/imgui_tables.cpp @@ -1,4 +1,4 @@ -// dear imgui, v1.90.4 WIP +// dear imgui, v1.90.4 // (tables and columns code) /* diff --git a/imgui_widgets.cpp b/imgui_widgets.cpp index cf61d60db755..734950d77da2 100644 --- a/imgui_widgets.cpp +++ b/imgui_widgets.cpp @@ -1,4 +1,4 @@ -// dear imgui, v1.90.4 WIP +// dear imgui, v1.90.4 // (widgets code) /*