From ad86038206895ab5bff79a26294f4bb5c5634eb5 Mon Sep 17 00:00:00 2001 From: Alexander Voigt Date: Sat, 7 May 2022 17:20:10 +0200 Subject: [PATCH] version 6.12.0 --- README.md | 2 +- src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2799d079..f3726318 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Citation author = {{Alexander Voigt}}, title = {{Polylogarithm}}, year = {2022}, - version = {6.11.0}, + version = {6.12.0}, url = {https://github.com/Expander/polylogarithm}, note = {[License: MIT]} } diff --git a/src/version.h b/src/version.h index 9aa59eb2..1670fa50 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #define POLYLOGARITHM_MAJOR 6 -#define POLYLOGARITHM_MINOR 11 +#define POLYLOGARITHM_MINOR 12 #define POLYLOGARITHM_PATCH 0