From 209be54e499aae2ad031d83293280582017b57f1 Mon Sep 17 00:00:00 2001 From: ocornut Date: Tue, 30 Dec 2014 12:21:57 +0000 Subject: [PATCH] Version number --- imgui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgui.cpp b/imgui.cpp index 07f3f1298..aa737868e 100644 --- a/imgui.cpp +++ b/imgui.cpp @@ -1,4 +1,4 @@ -// ImGui library v1.19 wip +// ImGui library v1.19 // See ImGui::ShowTestWindow() for sample code. // Read 'Programmer guide' below for notes on how to setup ImGui in your codebase. // Get latest version at https://github.com/ocornut/imgui