Skip to content

Commit

Permalink
lib - mark main as not RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylt committed Apr 7, 2023
1 parent 0fc789e commit d578030
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 d578030

Please sign in to comment.