Update Version.h.in

Fix title case
This commit is contained in:
Derek "Turtle" Roe 2021-03-19 01:17:44 -05:00
parent e00db193d3
commit e2c6cfad75
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
#define VERSION_BUILD 9999
#define GIT_VERSION ""
#define VER_FILE_DESCRIPTION_STR "RSP emulation Plugin"
#define VER_FILE_DESCRIPTION_STR "RSP emulation plugin"
#define VER_FILE_VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION, VERSION_BUILD
#define VER_FILE_VERSION_STR STRINGIZE(VERSION_MAJOR) \
"." STRINGIZE(VERSION_MINOR) \