13 lines
519 B
C
13 lines
519 B
C
#pragma once
|
|
|
|
#define VERSION_MAJOR_MINOR_STR "1.0"
|
|
#define VERSION_MAJOR_MINOR_PATCH_STR "1.0.0"
|
|
#define VERSION_FULL_STR "1.0.0.0"
|
|
#define VERSION_RESOURCE 1, 0, 0, 0
|
|
#define VERSION_RESOURCE_STR VERSION_FULL_STR
|
|
|
|
#define APP_NAME "Kiseki.Patcher"
|
|
#define APP_DESCRIPTION "Client functionality library"
|
|
#define APP_ORGANIZATION "Kiseki"
|
|
#define APP_LICENSE "This program is licensed under the Apache License 2.0."
|