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.");