Skip to content

Commit

Permalink
[version] Update version from to 0.3.10.
Browse files Browse the repository at this point in the history
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
393252f works well.
  • Loading branch information
hzhangxyz committed Sep 7, 2023
1 parent 393252f commit 1156ad0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down
2 changes: 1 addition & 1 deletion include/TAT/utility/common_variable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*/
namespace TAT {
#ifndef TAT_VERSION
#define TAT_VERSION "0.3.9"
#define TAT_VERSION "0.3.10"
#endif

/**
Expand Down

0 comments on commit 1156ad0

Please sign in to comment.