From 60ec35a3c078f13b096ce1cde324a87b44862f33 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 28 Sep 2019 16:26:05 -0700 Subject: [PATCH] Reserve v2.3.1 for MIHT --- version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.h b/version.h index 0ef29b1..fb39ae5 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #pragma once -#define VER_VERSION 2,3,0,0 -#define VER_VERSION_STR "2.3.0.0" +#define VER_VERSION 2,3,1,0 +#define VER_VERSION_STR "2.3.1.0" #define VER_COMPANYNAME_STR "Moonlight Game Streaming Project" #define VER_PRODUCTNAME_STR "Moonlight Internet Hosting Tool"