Skip to content

Commit

Permalink
Version update to 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxSagebaum committed Nov 15, 2021
1 parent 9a2ef0a commit a2717d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions documentation/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog {#Changelog}
===========================

### v 2.0.1 - 2021-11-15
- Bugfix:
* Fixed a stack corruption in the reverse interpretation of tapes with a linear index manager.
* Renamed folders aux -> misc for windows compatibility.

### v 2.0.0 - 2021-09-01
- Complete rewrite of CoDiPack. See \ref Migration_1_9_2_0 for some migration help.
* Drop of modular class architecture.
Expand Down
4 changes: 2 additions & 2 deletions include/codi.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ namespace codi {

#define CODI_MAJOR_VERSION 2
#define CODI_MINOR_VERSION 0
#define CODI_BUILD_VERSION 0
#define CODI_VERSION "2.0.0"
#define CODI_BUILD_VERSION 1
#define CODI_VERSION "2.0.1"

/// BlockData DataInterface used in all unchecked tapes.
template<typename Chunk, typename NestedData = EmptyData>
Expand Down

0 comments on commit a2717d8

Please sign in to comment.