From 6a5e9401f755d8515d790699bb30317ee7a83830 Mon Sep 17 00:00:00 2001 From: Evan Pezent Date: Fri, 7 Aug 2020 13:04:31 -0500 Subject: [PATCH] rev up to v0.5 --- implot.cpp | 2 +- implot.h | 2 +- implot_demo.cpp | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/implot.cpp b/implot.cpp index 12949dd..fc344cb 100644 --- a/implot.cpp +++ b/implot.cpp @@ -20,7 +20,7 @@ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE // SOFTWARE. -// ImPlot v0.4 WIP +// ImPlot v0.5 WIP /* diff --git a/implot.h b/implot.h index f55b955..99c446a 100644 --- a/implot.h +++ b/implot.h @@ -20,7 +20,7 @@ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE // SOFTWARE. -// ImPlot v0.4 WIP +// ImPlot v0.5 WIP #pragma once #include "imgui.h" diff --git a/implot_demo.cpp b/implot_demo.cpp index 9a034e7..552d263 100644 --- a/implot_demo.cpp +++ b/implot_demo.cpp @@ -20,7 +20,7 @@ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE // SOFTWARE. -// ImPlot v0.4 WIP +// ImPlot v0.5 WIP #include "implot.h" #include @@ -137,7 +137,7 @@ void ShowDemoWindow(bool* p_open) { ImGui::EndMenuBar(); } //------------------------------------------------------------------------- - ImGui::Text("ImPlot says hello. (0.4 WIP)"); + ImGui::Text("ImPlot says hello. (0.5 WIP)"); if (ImGui::CollapsingHeader("Help")) { ImGui::Text("USER GUIDE:"); ImGui::BulletText("Left click and drag within the plot area to pan X and Y axes.");