WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 277ae93

Browse files
committed
Version 1.90.4
1 parent f5be905 commit 277ae93

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

docs/CHANGELOG.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ HOW TO UPDATE?
3636
- Please report any issue!
3737

3838
-----------------------------------------------------------------------
39-
VERSION 1.90.4 WIP (In Progress)
39+
VERSION 1.90.4 (Released 2024-02-22)
4040
-----------------------------------------------------------------------
4141

42-
Breaking changes:
42+
Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.90.4
4343

4444
Other changes:
4545

imgui.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// dear imgui, v1.90.4 WIP
1+
// dear imgui, v1.90.4
22
// (main code and documentation)
33

44
// Help:

imgui.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// dear imgui, v1.90.4 WIP
1+
// dear imgui, v1.90.4
22
// (headers)
33

44
// Help:
@@ -23,8 +23,8 @@
2323

2424
// Library Version
2525
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM >= 12345')
26-
#define IMGUI_VERSION "1.90.4 WIP"
27-
#define IMGUI_VERSION_NUM 19033
26+
#define IMGUI_VERSION "1.90.4"
27+
#define IMGUI_VERSION_NUM 19040
2828
#define IMGUI_HAS_TABLE
2929

3030
/*

imgui_demo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// dear imgui, v1.90.4 WIP
1+
// dear imgui, v1.90.4
22
// (demo code)
33

44
// Help:

imgui_draw.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// dear imgui, v1.90.4 WIP
1+
// dear imgui, v1.90.4
22
// (drawing and font code)
33

44
/*

imgui_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// dear imgui, v1.90.4 WIP
1+
// dear imgui, v1.90.4
22
// (internal structures/api)
33

44
// You may use this file to debug, understand or extend Dear ImGui features but we don't provide any guarantee of forward compatibility.

imgui_tables.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// dear imgui, v1.90.4 WIP
1+
// dear imgui, v1.90.4
22
// (tables and columns code)
33

44
/*

imgui_widgets.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// dear imgui, v1.90.4 WIP
1+
// dear imgui, v1.90.4
22
// (widgets code)
33

44
/*

0 commit comments

Comments
 (0)