From 4682889e4aed240b6f629ded4c1fb5615c554795 Mon Sep 17 00:00:00 2001 From: Alexander Voigt Date: Wed, 12 Jan 2022 15:11:06 +0100 Subject: [PATCH] version 6.9.0 --- README.md | 4 ++-- src/version.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5da545f2..575446c8 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ Citation @software{polylogarithm, author = {{Alexander Voigt}}, title = {{Polylogarithm}}, - year = {2021}, - version = {6.8.0}, + year = {2022}, + version = {6.9.0}, url = {https://github.com/Expander/polylogarithm}, note = {[License: MIT]} } diff --git a/src/version.h b/src/version.h index 869b30ac..c9bc66a7 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #define POLYLOGARITHM_MAJOR 6 -#define POLYLOGARITHM_MINOR 8 +#define POLYLOGARITHM_MINOR 9 #define POLYLOGARITHM_PATCH 0