From 314220abc25a2fa63b93d56e58d85ef0d8b75e30 Mon Sep 17 00:00:00 2001 From: khizmax Date: Sat, 2 Sep 2017 11:02:12 +0300 Subject: [PATCH] add missing '"' --- cds/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cds/version.h b/cds/version.h index 59f8dabf..9e8b8c37 100644 --- a/cds/version.h +++ b/cds/version.h @@ -40,7 +40,7 @@ #define CDS_VERSION_PATCH (CDS_VERSION & 0x0000FF) // CDS_VERSION == CDS_VERSION_MAJOR '.' CDS_VERSION_MINOR '.' CDS_VERSION_PATCH -#define CDS_VERSION_STRING "2.4.0 +#define CDS_VERSION_STRING "2.4.0" #endif // #ifndef CDSLIB_VERSION_H -- 2.34.1