From c8ab32812f47e3c4bdf8965b37470553e6173183 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Fri, 5 Apr 2019 01:42:05 -0700 Subject: [PATCH] Version 3.0 --- version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.h b/version.h index a0c0782..338651d 100644 --- a/version.h +++ b/version.h @@ -1,7 +1,7 @@ #pragma once -#define VER_VERSION 2,3,0,0 -#define VER_VERSION_STR "2.3.0.0" +#define VER_VERSION 3,0,0,0 +#define VER_VERSION_STR "3.0.0.0" #define VER_COMPANYNAME_STR "Moonlight Game Streaming Project" #define VER_PRODUCTNAME_STR "Moonlight Internet Streaming Helper"