Skip to content

Commit adb85d8

Browse files
committed
Version 1.49
1 parent 9a751da commit adb85d8

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

imgui.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// dear imgui, v1.49 WIP
1+
// dear imgui, v1.49
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.49 WIP
1+
// dear imgui, v1.49
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.49 WIP"
19+
#define IMGUI_VERSION "1.49"
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.49 WIP
1+
// dear imgui, v1.49
22
// (demo code)
33

44
// Don't remove this file from your project! It is useful reference code that you can execute.

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.49 WIP
1+
// dear imgui, v1.49
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.49 WIP
1+
// dear imgui, v1.49
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)