From beb41c8807da8a8595a3db2b3200f0707d83c2aa Mon Sep 17 00:00:00 2001 From: Dmitry Baryshnikov Date: Tue, 15 Jan 2019 23:30:21 +0300 Subject: [PATCH] Update version --- src/core/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/version.h b/src/core/version.h index c265182..9402266 100644 --- a/src/core/version.h +++ b/src/core/version.h @@ -28,7 +28,7 @@ #define LIB_NAME "ngstd" // for settings #define NGLIB_MAJOR_VERSION 0 -#define NGLIB_MINOR_VERSION 10 +#define NGLIB_MINOR_VERSION 11 #define NGLIB_PATCH_NUMBER 0 #define NGLIB_VERSION_NUMBER ( NGLIB_MAJOR_VERSION * 1000) + ( NGLIB_MINOR_VERSION \