From 1a01936a23ecbc5fbe465020ab194db302a3f751 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 13 Jul 2019 15:20:47 -0700 Subject: [PATCH] Reserve 2.1 for MISH release --- version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.h b/version.h index cf0ec8c..48217ec 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #pragma once -#define VER_VERSION 2,0,0,0 -#define VER_VERSION_STR "2.0.0.0" +#define VER_VERSION 2,1,0,0 +#define VER_VERSION_STR "2.1.0.0" #define VER_COMPANYNAME_STR "Moonlight Game Streaming Project" #define VER_PRODUCTNAME_STR "Moonlight Internet Streaming Helper"