From 6fc14fa95e6d3c6bc620e3147735ea61891b6110 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 30 Aug 2020 13:45:54 -0700 Subject: [PATCH] Version 2.4 --- version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.h b/version.h index 84f05fd..81a14c2 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #pragma once -#define VER_VERSION 2,3,5,0 -#define VER_VERSION_STR "2.3.5.0" +#define VER_VERSION 2,4,0,0 +#define VER_VERSION_STR "2.4.0.0" #define VER_COMPANYNAME_STR "Moonlight Game Streaming Project" #define VER_PRODUCTNAME_STR "Moonlight Internet Hosting Tool"