From 623335e357d906365bb703a4210876ba10227963 Mon Sep 17 00:00:00 2001 From: dnave Date: Wed, 28 Mar 2018 16:59:31 -0400 Subject: [PATCH] Forgot to update version.h. --- cml/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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