From 38514d08c1b92d5b8ede5c5d5f713eafce7dca6b Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 10 Oct 2020 13:58:23 -0500 Subject: [PATCH] Version 5.5 --- version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.h b/version.h index f9df403..e0491a5 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #pragma once -#define VER_VERSION 5,4,0,0 -#define VER_VERSION_STR "5.4.0.0" +#define VER_VERSION 5,5,0,0 +#define VER_VERSION_STR "5.5.0.0" #define VER_COMPANYNAME_STR "Moonlight Game Streaming Project" #define VER_PRODUCTNAME_STR "Moonlight Internet Hosting Tool"