-
Notifications
You must be signed in to change notification settings - Fork 35
/
version.h
29 lines (23 loc) · 908 Bytes
/
version.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*-----------------------------------------------------------
VERSION CONTROL BUILD SYSTEM
This header file was created by VERBUILD v1.0.1
-----------------------------------------------------------
help : verbuild -?
info : http://www.yeamaec.com
yeamaec@hanafos.com ,krkim@yeamaec.com
-----------------------------------------------------------*/
#ifndef VERSIONNO__H
#define VERSIONNO__H
#define VERSION_FULL 3.13.3.0
#define VERSION_BASEYEAR 0
#define VERSION_DATE "2024-10-10"
#define VERSION_TIME "14:09:32"
#define VERSION_MAJOR 3
#define VERSION_MINOR 13
#define VERSION_BUILDNO 3
#define VERSION_EXTEND 0
#define VERSION_FILE 3,13,3,0
#define VERSION_PRODUCT 3,13,3,0
#define VERSION_FILESTR "3,13,3,0"
#define VERSION_PRODUCTSTR "3,13,3,0"
#endif