Skip to content

Commit

Permalink
Update version and copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
epezent committed Aug 20, 2023
1 parent e3eab27 commit 18c7243
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions implot.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// MIT License

// Copyright (c) 2022 Evan Pezent
// Copyright (c) 2023 Evan Pezent

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

// ImPlot v0.15
// ImPlot v0.16

/*
Expand Down
6 changes: 3 additions & 3 deletions implot.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// MIT License

// Copyright (c) 2022 Evan Pezent
// Copyright (c) 2023 Evan Pezent

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

// ImPlot v0.15
// ImPlot v0.16

// Table of Contents:
//
Expand Down Expand Up @@ -60,7 +60,7 @@
#endif

// ImPlot version string.
#define IMPLOT_VERSION "0.15"
#define IMPLOT_VERSION "0.16"
// Indicates variable should deduced automatically.
#define IMPLOT_AUTO -1
// Special color used to indicate that a color should be deduced automatically.
Expand Down
4 changes: 2 additions & 2 deletions implot_demo.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// MIT License

// Copyright (c) 2022 Evan Pezent
// Copyright (c) 2023 Evan Pezent

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

// ImPlot v0.15
// ImPlot v0.16

// We define this so that the demo does not accidentally use deprecated API
#ifndef IMPLOT_DISABLE_OBSOLETE_FUNCTIONS
Expand Down
4 changes: 2 additions & 2 deletions implot_internal.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// MIT License

// Copyright (c) 2022 Evan Pezent
// Copyright (c) 2023 Evan Pezent

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

// ImPlot v0.15
// ImPlot v0.16

// You may use this file to debug, understand or extend ImPlot features but we
// don't provide any guarantee of forward compatibility!
Expand Down
4 changes: 2 additions & 2 deletions implot_items.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// MIT License

// Copyright (c) 2020 Evan Pezent
// Copyright (c) 2023 Evan Pezent

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

// ImPlot v0.15
// ImPlot v0.16

#define IMGUI_DEFINE_MATH_OPERATORS
#include "implot.h"
Expand Down

0 comments on commit 18c7243

Please sign in to comment.