Skip to content

Commit ccaec1a

Browse files
committed
Version 1.76 WIP
1 parent 30bb156 commit ccaec1a

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

examples/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-----------------------------------------------------------------------
2-
dear imgui, v1.75
2+
dear imgui, v1.76 WIP
33
-----------------------------------------------------------------------
44
examples/README.txt
55
(This is the README file for the examples/ folder. See docs/ for more documentation)

imgui.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// dear imgui, v1.75
1+
// dear imgui, v1.76 WIP
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.75
1+
// dear imgui, v1.76 WIP
22
// (headers)
33

44
// Help:
@@ -59,8 +59,8 @@ Index of this file:
5959

6060
// Version
6161
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals. Work in progress versions typically starts at XYY99 then bounce up to XYY00, XYY01 etc. when release tagging happens)
62-
#define IMGUI_VERSION "1.75"
63-
#define IMGUI_VERSION_NUM 17501
62+
#define IMGUI_VERSION "1.76 WIP"
63+
#define IMGUI_VERSION_NUM 17502
6464
#define IMGUI_CHECKVERSION() ImGui::DebugCheckVersionAndDataLayout(IMGUI_VERSION, sizeof(ImGuiIO), sizeof(ImGuiStyle), sizeof(ImVec2), sizeof(ImVec4), sizeof(ImDrawVert), sizeof(ImDrawIdx))
6565

6666
// Define attributes of all API symbols declarations (e.g. for DLL under Windows)

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.75
1+
// dear imgui, v1.76 WIP
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.75
1+
// dear imgui, v1.76 WIP
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.75
1+
// dear imgui, v1.76 WIP
22
// (internal structures/api)
33

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

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.75
1+
// dear imgui, v1.76 WIP
22
// (widgets code)
33

44
/*

0 commit comments

Comments
 (0)