From 3cd1b8a37bfb8f89fcdc7d8753e132129e0d84f6 Mon Sep 17 00:00:00 2001 From: ocornut Date: Wed, 24 Sep 2014 19:34:03 +0100 Subject: [PATCH] Update version number in sources --- imgui.cpp | 2 +- imgui.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/imgui.cpp b/imgui.cpp index 15805dab6..56e491454 100644 --- a/imgui.cpp +++ b/imgui.cpp @@ -1,4 +1,4 @@ -// ImGui library v1.11+ +// ImGui library v1.12 // 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 diff --git a/imgui.h b/imgui.h index 93663fcc6..460ee6968 100644 --- a/imgui.h +++ b/imgui.h @@ -1,4 +1,4 @@ -// ImGui library v1.11+ +// ImGui library v1.12 // 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.