From aeb288b62b02751786d7d9c4d540745b0c99926a Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Tue, 23 Oct 2018 17:38:06 -0700 Subject: [PATCH] Version 1.3 --- version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.h b/version.h index 12170dd..c3b3ca0 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #pragma once -#define VER_VERSION 1,2,0,0 -#define VER_VERSION_STR "1.2.0.0" +#define VER_VERSION 1,3,0,0 +#define VER_VERSION_STR "1.3.0.0" #define VER_COMPANYNAME_STR "Moonlight Game Streaming Project" #define VER_PRODUCTNAME_STR "Moonlight Internet Streaming Helper"