diff --git a/cml/version.h b/cml/version.h index f9e90f6..6c6aea5 100644 --- a/cml/version.h +++ b/cml/version.h @@ -10,10 +10,10 @@ #define cml_version_h /* Current CML version: */ -#define CML_VERSION 200100U +#define CML_VERSION 200101U /* Current CML version as a string: */ -#define CML_VERSION_STRING "2.1.0" +#define CML_VERSION_STRING "2.1.1" #endif