diff --git a/include/ceed/ceed.h b/include/ceed/ceed.h index ea51133e33..ee064cdddf 100644 --- a/include/ceed/ceed.h +++ b/include/ceed/ceed.h @@ -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