Skip to content

Commit 01f53eb

Browse files
committed
chore: bump version to v0.18 WIP
1 parent 4707b24 commit 01f53eb

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

implot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
// SOFTWARE.
2323

24-
// ImPlot v0.17
24+
// ImPlot v0.18 WIP
2525

2626
/*
2727

implot.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
// SOFTWARE.
2323

24-
// ImPlot v0.17
24+
// ImPlot v0.18 WIP
2525

2626
// Table of Contents:
2727
//
@@ -62,9 +62,9 @@
6262
#endif
6363

6464
// ImPlot version string.
65-
#define IMPLOT_VERSION "0.17"
65+
#define IMPLOT_VERSION "0.18 WIP"
6666
// ImPlot version integer encoded as XYYZZ (X=major, YY=minor, ZZ=patch).
67-
#define IMPLOT_VERSION_NUM 1700
67+
#define IMPLOT_VERSION_NUM 1800
6868
// Indicates variable should deduced automatically.
6969
#define IMPLOT_AUTO -1
7070
// Special color used to indicate that a color should be deduced automatically.

implot_demo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
// SOFTWARE.
2323

24-
// ImPlot v0.17
24+
// ImPlot v0.18 WIP
2525

2626
// We define this so that the demo does not accidentally use deprecated API
2727
#ifndef IMPLOT_DISABLE_OBSOLETE_FUNCTIONS

implot_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
// SOFTWARE.
2323

24-
// ImPlot v0.17
24+
// ImPlot v0.18 WIP
2525

2626
// You may use this file to debug, understand or extend ImPlot features but we
2727
// don't provide any guarantee of forward compatibility!

implot_items.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
// SOFTWARE.
2323

24-
// ImPlot v0.17
24+
// ImPlot v0.18 WIP
2525

2626
#ifndef IMGUI_DEFINE_MATH_OPERATORS
2727
#define IMGUI_DEFINE_MATH_OPERATORS

0 commit comments

Comments
 (0)