Skip to content

Commit

Permalink
Version update to 2.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxSagebaum committed Jan 30, 2024
1 parent 7c9e730 commit dbe9289
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion documentation/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog {#Changelog}
===========================

### v 2.?.? - ???-??-??
### v 2.2.0 - 2024-01-30
- Features:
* New helper for adding Enzyme-generated derivative functions to the tape. See \ref Example_24_Enzyme_external_function_helper.
* Recover primal values from primal values tapes in ExternalFunctionHelper.
Expand Down
4 changes: 2 additions & 2 deletions include/codi.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@
namespace codi {

#define CODI_MAJOR_VERSION 2
#define CODI_MINOR_VERSION 1
#define CODI_MINOR_VERSION 2
#define CODI_BUILD_VERSION 0
#define CODI_VERSION "2.1.0"
#define CODI_VERSION "2.2.0"

/// General forward AD type. See \ref sec_forwardAD for a forward mode AD explanation or \ref ActiveTypeList for a
/// list of all types.
Expand Down

0 comments on commit dbe9289

Please sign in to comment.