From 38cf9b37f7ce639a547608fe7e884a330a4a63ec Mon Sep 17 00:00:00 2001 From: LambdAurora Date: Mon, 31 Dec 2018 22:28:00 +0100 Subject: [PATCH] =?UTF-8?q?:bookmark:=20=CE=BBcommon=20v1.9.10:=20Added=20?= =?UTF-8?q?some=20C++17=20features.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/lambdacommon/lambdacommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lambdacommon/lambdacommon.h b/include/lambdacommon/lambdacommon.h index a827cca..c75b2de 100644 --- a/include/lambdacommon/lambdacommon.h +++ b/include/lambdacommon/lambdacommon.h @@ -49,7 +49,7 @@ #define LAMBDACOMMON_VERSION_MAJOR 1 #define LAMBDACOMMON_VERSION_MINOR 9 #define LAMBDACOMMON_VERSION_PATCH 10 -#define LAMBDACOMMON_VERSION_TYPE "indev" +#define LAMBDACOMMON_VERSION_TYPE "Release" // Deletes the pointer and sets the variable to null. It's just simpler to write like this. #define LCOMMON_DELETE_POINTER(pointer) delete pointer; pointer = nullptr;