DCL 3.7.4
Loading...
Searching...
No Matches
Version.h File Reference

Go to the source code of this file.

Macros

#define __DCL_VERSION_H__   20260121
#define __BUILD_TIMESTAMP__   "2026-03-01T09:48:14+09:00"
#define __VERSION_MAJOR(_x)
#define __VERSION_MINOR(_x)
#define __VERSION_MAJOR_MINOR(_x)
#define DCL_VERSION   3007004
#define DCL_VERSION_STRING   "3.7.4"
#define DCL_VERSION_COMMA   3,7,4,0
#define DCL_CORE_VERSION   3007004
#define DCL_CORE_VERSION_STRING   "3.7.4"
#define DCL_CORE_VERSION_COMMA   3,7,4,0
#define DCL_SQL_VERSION   3005001
#define DCL_SQL_VERSION_STRING   "3.5.1"
#define DCL_SQL_VERSION_COMMA   3,5,1,0
#define DCL_HTTP_VERSION   3002001
#define DCL_HTTP_VERSION_STRING   "3.2.1"
#define DCL_HTTP_VERSION_COMMA   3,2,1,0
#define DCL_COMPANY_NAME   "Gowoonsoft Inc."
#define DCL_COPYRIGHT_OWNER
#define DCL_PRIVATE_BUILD   DCL_COPYRIGHT_OWNER

Macro Definition Documentation

◆ __BUILD_TIMESTAMP__

#define __BUILD_TIMESTAMP__   "2026-03-01T09:48:14+09:00"

Definition at line 5 of file include/dcl/Version.h.

◆ __DCL_VERSION_H__

#define __DCL_VERSION_H__   20260121

Definition at line 2 of file include/dcl/Version.h.

◆ __VERSION_MAJOR

#define __VERSION_MAJOR ( _x)
Value:
(_x / 1000000)

Definition at line 8 of file include/dcl/Version.h.

◆ __VERSION_MAJOR_MINOR

#define __VERSION_MAJOR_MINOR ( _x)
Value:
(_x / 1000)

Definition at line 10 of file include/dcl/Version.h.

◆ __VERSION_MINOR

#define __VERSION_MINOR ( _x)
Value:
((_x / 1000) % 1000)

Definition at line 9 of file include/dcl/Version.h.

◆ DCL_COMPANY_NAME

#define DCL_COMPANY_NAME   "Gowoonsoft Inc."

Definition at line 36 of file include/dcl/Version.h.

◆ DCL_COPYRIGHT_OWNER

#define DCL_COPYRIGHT_OWNER
Value:
"Daejung Kim<daejung@gowoonsoft.com, " \
"gowoonsoft.com@gmail.com>"

Definition at line 37 of file include/dcl/Version.h.

37#define DCL_COPYRIGHT_OWNER "Daejung Kim<daejung@gowoonsoft.com, " \
38 "gowoonsoft.com@gmail.com>"

◆ DCL_CORE_VERSION

#define DCL_CORE_VERSION   3007004

Definition at line 20 of file include/dcl/Version.h.

◆ DCL_CORE_VERSION_COMMA

#define DCL_CORE_VERSION_COMMA   3,7,4,0

Definition at line 22 of file include/dcl/Version.h.

◆ DCL_CORE_VERSION_STRING

#define DCL_CORE_VERSION_STRING   "3.7.4"

Definition at line 21 of file include/dcl/Version.h.

◆ DCL_HTTP_VERSION

#define DCL_HTTP_VERSION   3002001

Definition at line 32 of file include/dcl/Version.h.

◆ DCL_HTTP_VERSION_COMMA

#define DCL_HTTP_VERSION_COMMA   3,2,1,0

Definition at line 34 of file include/dcl/Version.h.

◆ DCL_HTTP_VERSION_STRING

#define DCL_HTTP_VERSION_STRING   "3.2.1"

Definition at line 33 of file include/dcl/Version.h.

◆ DCL_PRIVATE_BUILD

#define DCL_PRIVATE_BUILD   DCL_COPYRIGHT_OWNER

Definition at line 39 of file include/dcl/Version.h.

◆ DCL_SQL_VERSION

#define DCL_SQL_VERSION   3005001

Definition at line 26 of file include/dcl/Version.h.

◆ DCL_SQL_VERSION_COMMA

#define DCL_SQL_VERSION_COMMA   3,5,1,0

Definition at line 28 of file include/dcl/Version.h.

◆ DCL_SQL_VERSION_STRING

#define DCL_SQL_VERSION_STRING   "3.5.1"

Definition at line 27 of file include/dcl/Version.h.

◆ DCL_VERSION

#define DCL_VERSION   3007004

Definition at line 14 of file include/dcl/Version.h.

◆ DCL_VERSION_COMMA

#define DCL_VERSION_COMMA   3,7,4,0

Definition at line 16 of file include/dcl/Version.h.

◆ DCL_VERSION_STRING

#define DCL_VERSION_STRING   "3.7.4"

Definition at line 15 of file include/dcl/Version.h.