From b797f805747d4aae5bb262ee95b438c1a52753fc Mon Sep 17 00:00:00 2001 From: Werner Palfinger Date: Sat, 14 Mar 2020 22:08:45 +0100 Subject: [PATCH] fixed wrong version --- CvPlot/inc/CvPlot/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CvPlot/inc/CvPlot/version.h b/CvPlot/inc/CvPlot/version.h index a17b3df..6c0b933 100644 --- a/CvPlot/inc/CvPlot/version.h +++ b/CvPlot/inc/CvPlot/version.h @@ -6,7 +6,7 @@ #include #include -#define CVPLOT_VERSION "1.0" +#define CVPLOT_VERSION "1.2" namespace CvPlot { @@ -16,4 +16,4 @@ CVPLOT_LIBRARY_INTERFACE std::string version(); #ifdef CVPLOT_HEADER_ONLY #include -#endif \ No newline at end of file +#endif