Skip to content

Commit 18c7243

Browse files
committed
Update version and copyright year
1 parent e3eab27 commit 18c7243

5 files changed

+11
-11
lines changed

implot.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22

3-
// Copyright (c) 2022 Evan Pezent
3+
// Copyright (c) 2023 Evan Pezent
44

55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal
@@ -20,7 +20,7 @@
2020
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
// SOFTWARE.
2222

23-
// ImPlot v0.15
23+
// ImPlot v0.16
2424

2525
/*
2626

implot.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22

3-
// Copyright (c) 2022 Evan Pezent
3+
// Copyright (c) 2023 Evan Pezent
44

55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal
@@ -20,7 +20,7 @@
2020
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
// SOFTWARE.
2222

23-
// ImPlot v0.15
23+
// ImPlot v0.16
2424

2525
// Table of Contents:
2626
//
@@ -60,7 +60,7 @@
6060
#endif
6161

6262
// ImPlot version string.
63-
#define IMPLOT_VERSION "0.15"
63+
#define IMPLOT_VERSION "0.16"
6464
// Indicates variable should deduced automatically.
6565
#define IMPLOT_AUTO -1
6666
// Special color used to indicate that a color should be deduced automatically.

implot_demo.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22

3-
// Copyright (c) 2022 Evan Pezent
3+
// Copyright (c) 2023 Evan Pezent
44

55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal
@@ -20,7 +20,7 @@
2020
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
// SOFTWARE.
2222

23-
// ImPlot v0.15
23+
// ImPlot v0.16
2424

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

implot_internal.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22

3-
// Copyright (c) 2022 Evan Pezent
3+
// Copyright (c) 2023 Evan Pezent
44

55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal
@@ -20,7 +20,7 @@
2020
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
// SOFTWARE.
2222

23-
// ImPlot v0.15
23+
// ImPlot v0.16
2424

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

implot_items.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// MIT License
22

3-
// Copyright (c) 2020 Evan Pezent
3+
// Copyright (c) 2023 Evan Pezent
44

55
// Permission is hereby granted, free of charge, to any person obtaining a copy
66
// of this software and associated documentation files (the "Software"), to deal
@@ -20,7 +20,7 @@
2020
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
// SOFTWARE.
2222

23-
// ImPlot v0.15
23+
// ImPlot v0.16
2424

2525
#define IMGUI_DEFINE_MATH_OPERATORS
2626
#include "implot.h"

0 commit comments

Comments
 (0)