diff --git a/implot.cpp b/implot.cpp index 39db38c..9ef88b2 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.7 WIP +// ImPlot v0.8 WIP /* diff --git a/implot.h b/implot.h index abbee22..def7d32 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.7 WIP +// ImPlot v0.8 WIP #pragma once #include "imgui.h" @@ -30,7 +30,7 @@ //----------------------------------------------------------------------------- // ImPlot version string -#define IMPLOT_VERSION "0.7 WIP" +#define IMPLOT_VERSION "0.8 WIP" // Indicates variable should deduced automatically. #define IMPLOT_AUTO -1 // Special color used to indicate that a color should be deduced automatically. @@ -475,7 +475,7 @@ void PopStyleVar(int count = 1); // The following can be used to modify the style of the next plot item ONLY. They do // NOT require calls to PopStyleX. Leave style attributes you don't want modified to // IMPLOT_AUTO or IMPLOT_AUTO_COL. Automatic styles will be deduced from the current -// values in the your ImPlotStyle or from Colormap data. +// values in your ImPlotStyle or from Colormap data. // Set the line color and weight for the next item only. void SetNextLineStyle(const ImVec4& col = IMPLOT_AUTO_COL, float weight = IMPLOT_AUTO); diff --git a/implot_demo.cpp b/implot_demo.cpp index 0cf55bf..9ea4472 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.7 WIP +// ImPlot v0.8 WIP #include "implot.h" #include diff --git a/implot_internal.h b/implot_internal.h index 9db4749..f3055a4 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.7 WIP +// ImPlot v0.8 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 409db74..3c9656c 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.7 WIP +// ImPlot v0.8 WIP #include "implot.h" #include "implot_internal.h"