From 4c94ecfce171f123cf6ebf787005edb92f9f21c4 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Fri, 25 Aug 2023 23:42:01 -0500 Subject: [PATCH] Version 2.6.0 --- version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.h b/version.h index 3e49766..dc695c8 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #pragma once -#define VER_VERSION 2,5,4,0 -#define VER_VERSION_STR "2.5.4.0" +#define VER_VERSION 2,6,0,0 +#define VER_VERSION_STR "2.6.0.0" #define VER_COMPANYNAME_STR "Moonlight Game Streaming Project" #define VER_PRODUCTNAME_STR "Moonlight Internet Hosting Tool"