From 691ca4697828eaa71766a69556af40f13a41ebf5 Mon Sep 17 00:00:00 2001 From: ocornut Date: Tue, 30 Dec 2014 15:10:55 +0000 Subject: [PATCH] Version number --- imgui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgui.h b/imgui.h index f4f3e6b77..8bd52230b 100644 --- a/imgui.h +++ b/imgui.h @@ -1,4 +1,4 @@ -// ImGui library v1.19 wip +// ImGui library v1.19 // See .cpp file for commentary. // See ImGui::ShowTestWindow() for sample code. // Read 'Programmer guide' in .cpp for notes on how to setup ImGui in your codebase.