Skip to content

Commit 375f51e

Browse files
committed
Update to version 2.1.0.
1 parent 152f347 commit 375f51e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

documentation/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog {#Changelog}
22
===========================
33

4-
### v 2.* - ????-??-??
4+
### v 2.1.0 - 2023-05-10
55
- Features:
66
* Helpers for linear system solvers. See Example 21 for details.
77
* Event system. See Example 22 for details.

include/codi.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@
8181
namespace codi {
8282

8383
#define CODI_MAJOR_VERSION 2
84-
#define CODI_MINOR_VERSION 0
85-
#define CODI_BUILD_VERSION 2
86-
#define CODI_VERSION "2.0.2"
84+
#define CODI_MINOR_VERSION 1
85+
#define CODI_BUILD_VERSION 0
86+
#define CODI_VERSION "2.1.0"
8787

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

0 commit comments

Comments
 (0)