From 620aa4b6d11a1cb7f1de5a059a9763833f2e8da9 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Tue, 30 Jul 2019 22:20:01 -0700 Subject: [PATCH] Version 4.1 --- version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.h b/version.h index d6e2d82..894a9b2 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #pragma once -#define VER_VERSION 4,0,0,0 -#define VER_VERSION_STR "4.0.0.0" +#define VER_VERSION 4,1,0,0 +#define VER_VERSION_STR "4.1.0.0" #define VER_COMPANYNAME_STR "Moonlight Game Streaming Project" #define VER_PRODUCTNAME_STR "Moonlight Internet Hosting Tool"