From 1c4e9a1701a218c16c3e6f0cccd17e1948975c22 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 28 Jul 2019 12:29:23 -0700 Subject: [PATCH] Increment version for MIHT --- version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.h b/version.h index 61ab910..09ded5a 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #pragma once -#define VER_VERSION 2,1,0,0 -#define VER_VERSION_STR "2.1.0.0" +#define VER_VERSION 2,1,1,0 +#define VER_VERSION_STR "2.1.1.0" #define VER_COMPANYNAME_STR "Moonlight Game Streaming Project" #define VER_PRODUCTNAME_STR "Moonlight Internet Hosting Tool"