From 277ae93c41314ba5f4c7444f37c4319cdf07e8cf Mon Sep 17 00:00:00 2001 From: ocornut Date: Thu, 22 Feb 2024 19:55:40 +0100 Subject: [PATCH] Version 1.90.4 --- docs/CHANGELOG.txt | 4 ++-- imgui.cpp | 2 +- imgui.h | 6 +++--- imgui_demo.cpp | 2 +- imgui_draw.cpp | 2 +- imgui_internal.h | 2 +- imgui_tables.cpp | 2 +- imgui_widgets.cpp | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/CHANGELOG.txt b/docs/CHANGELOG.txt index 18ef6260..1266dde5 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 404b743c..4f017037 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 acefaaee..386fb583 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 0386673a..707c14d3 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 84700958..1319a6e1 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 50c79f72..4ac8b1c9 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 9d5dafdc..260df1a9 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 cf61d60d..734950d7 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) /*