Unify the version information

This commit is contained in:
Cameron Gutman
2018-10-20 18:47:36 -07:00
parent 727e8c0339
commit 44625583b9
8 changed files with 37 additions and 6 deletions

5
version.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
#define VER_COMPANYNAME_STR "Moonlight Game Streaming Project"
#define VER_FILEVERSION 1,0,0,0
#define VER_FILEVERSION_STR "1.0.0.0\0"