We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 152f347 commit 375f51eCopy full SHA for 375f51e
2 files changed
documentation/Changelog.md
@@ -1,7 +1,7 @@
1
Changelog {#Changelog}
2
===========================
3
4
-### v 2.* - ????-??-??
+### v 2.1.0 - 2023-05-10
5
- Features:
6
* Helpers for linear system solvers. See Example 21 for details.
7
* Event system. See Example 22 for details.
include/codi.hpp
@@ -81,9 +81,9 @@
81
namespace codi {
82
83
#define CODI_MAJOR_VERSION 2
84
-#define CODI_MINOR_VERSION 0
85
-#define CODI_BUILD_VERSION 2
86
-#define CODI_VERSION "2.0.2"
+#define CODI_MINOR_VERSION 1
+#define CODI_BUILD_VERSION 0
+#define CODI_VERSION "2.1.0"
87
88
/// General forward AD type. See \ref sec_forwardAD for a forward mode AD explanation or \ref ActiveTypeList for a
89
/// list of all types.
0 commit comments