Skip to content

Commit 55a6209

Browse files
committed
Version 1.51
1 parent 82c3116 commit 55a6209

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

imgui.cpp

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

44
// See ImGui::ShowTestWindow() in imgui_demo.cpp for demo code.

imgui.h

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

44
// See imgui.cpp file for documentation.
@@ -16,7 +16,7 @@
1616
#include <stddef.h> // ptrdiff_t, NULL
1717
#include <string.h> // memset, memmove, memcpy, strlen, strchr, strcpy, strcmp
1818

19-
#define IMGUI_VERSION "1.51 WIP"
19+
#define IMGUI_VERSION "1.51"
2020

2121
// Define attributes of all API symbols declarations, e.g. for DLL under Windows.
2222
#ifndef IMGUI_API

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

44
// Message to the person tempted to delete this file when integrating ImGui into their code base:

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.51 WIP
1+
// dear imgui, v1.51
22
// (drawing and font code)
33

44
// Contains implementation for

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.51 WIP
1+
// dear imgui, v1.51
22
// (internals)
33

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

0 commit comments

Comments
 (0)