From 1156ad0f09106ea09c57f50e6d493f8c7dc1f547 Mon Sep 17 00:00:00 2001 From: Hao Zhang Date: Fri, 8 Sep 2023 00:43:16 +0800 Subject: [PATCH] [version] Update version from to 0.3.10. In fact there is no change between 0.3.10 and 0.3.9, just create a new release to avoid weird diff between 0.3.9...0.3.10, since the git history was refreshed. In the mean while, check whether commit 393252f471aac089cf9034feff409583a794971f works well. --- CHANGELOG.org | 2 +- Doxyfile | 2 +- include/TAT/utility/common_variable.hpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 413737933..67e4e0f46 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,6 +1,6 @@ * Changelog -** [[https://github.com/USTC-TNS/TAT/compare/v0.3.9...dev][Unreleased]] +** [[https://github.com/USTC-TNS/TAT/compare/v0.3.10...dev][Unreleased]] *** Added *** Changed diff --git a/Doxyfile b/Doxyfile index 96fe2cd16..a733d000f 100644 --- a/Doxyfile +++ b/Doxyfile @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "TAT" -PROJECT_NUMBER = "0.3.9" +PROJECT_NUMBER = "0.3.10" PROJECT_BRIEF = "TAT is A Tensor library" PROJECT_LOGO = OUTPUT_DIRECTORY = diff --git a/include/TAT/utility/common_variable.hpp b/include/TAT/utility/common_variable.hpp index ed97abad8..3756c287c 100644 --- a/include/TAT/utility/common_variable.hpp +++ b/include/TAT/utility/common_variable.hpp @@ -36,7 +36,7 @@ */ namespace TAT { #ifndef TAT_VERSION -#define TAT_VERSION "0.3.9" +#define TAT_VERSION "0.3.10" #endif /**