From 389781c31c4ddb75e4bb25e1626f620a07c0b5d5 Mon Sep 17 00:00:00 2001 From: Evan Pezent Date: Wed, 7 Jul 2021 22:18:38 -0700 Subject: [PATCH] v0.11 WIP --- implot.cpp | 2 +- implot.h | 2 +- implot_demo.cpp | 2 +- implot_internal.h | 2 +- implot_items.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/implot.cpp b/implot.cpp index 837edee..62af9b2 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.10 WIP +// ImPlot v0.11 WIP /* diff --git a/implot.h b/implot.h index e486748..b96b99b 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.10 WIP +// ImPlot v0.11 WIP #pragma once #include "imgui.h" diff --git a/implot_demo.cpp b/implot_demo.cpp index 0a0a37a..e5c345b 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.10 WIP +// ImPlot v0.11 WIP #include "implot.h" #include diff --git a/implot_internal.h b/implot_internal.h index 994331c..d4f592f 100644 --- a/implot_internal.h +++ b/implot_internal.h @@ -20,7 +20,7 @@ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE // SOFTWARE. -// ImPlot v0.10 WIP +// ImPlot v0.11 WIP // You may use this file to debug, understand or extend ImPlot features but we // don't provide any guarantee of forward compatibility! diff --git a/implot_items.cpp b/implot_items.cpp index 332cf12..8cf22f6 100644 --- a/implot_items.cpp +++ b/implot_items.cpp @@ -20,7 +20,7 @@ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE // SOFTWARE. -// ImPlot v0.10 WIP +// ImPlot v0.11 WIP #include "implot.h" #include "implot_internal.h"