Skip to content

Commit

Permalink
Merge pull request #1192 from CEED/jeremy/not-release
Browse files Browse the repository at this point in the history
Mark main as not RELEASE
  • Loading branch information
jeremylt authored Apr 7, 2023
2 parents 0fc789e + d578030 commit a86a87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ceed/ceed.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ CEED_EXTERN int CeedResetErrorMessage(Ceed, const char **err_msg);
#define CEED_VERSION_MAJOR 0
#define CEED_VERSION_MINOR 11
#define CEED_VERSION_PATCH 0
#define CEED_VERSION_RELEASE true
#define CEED_VERSION_RELEASE false

/// Compile-time check that the the current library version is at least as recent as the specified version.
/// This macro is typically used in
Expand Down

0 comments on commit a86a87b

Please sign in to comment.