From f21dea82009b064d5d130c1c6177298a1764c68a Mon Sep 17 00:00:00 2001 From: Alexander Voigt Date: Fri, 15 Mar 2024 06:34:22 +0100 Subject: [PATCH] version 7.0.0 --- CITATION.cff | 4 ++-- src/version.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 7351b40..5973006 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,7 +5,7 @@ authors: given-names: "Alexander" orcid: "https://orcid.org/0000-0001-8963-6512" title: "Polylogarithm" -version: 6.15.0 -date-released: 2023-10-22 +version: 7.0.0 +date-released: 2024-03-15 url: "https://github.com/Expander/polylogarithm" license: MIT diff --git a/src/version.h b/src/version.h index a6e0557..c7400c3 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ -#define POLYLOGARITHM_MAJOR 6 -#define POLYLOGARITHM_MINOR 15 +#define POLYLOGARITHM_MAJOR 7 +#define POLYLOGARITHM_MINOR 0 #define POLYLOGARITHM_PATCH 0