From 8a44554587dfc3df082fce51c7219c655f71382a Mon Sep 17 00:00:00 2001 From: Alexa Wolfe Date: Wed, 25 Apr 2018 23:50:53 +0200 Subject: [PATCH] Increment minor version --- CSCommon/Include/RGVersion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSCommon/Include/RGVersion.h b/CSCommon/Include/RGVersion.h index 92428020..48f7026c 100644 --- a/CSCommon/Include/RGVersion.h +++ b/CSCommon/Include/RGVersion.h @@ -1,6 +1,6 @@ #pragma once #define RGUNZ_VERSION_MAJOR 0 -#define RGUNZ_VERSION_MINOR 5 +#define RGUNZ_VERSION_MINOR 6 #define RGUNZ_VERSION_PATCH 0 #define RGUNZ_VERSION_REVISION 0