mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 00:32:20 -05:00
12 lines
277 B
C
12 lines
277 B
C
#ifndef DWC_VERSION_H_
|
|
#define DWC_VERSION_H_
|
|
|
|
#define DWC_VERSION_DATE 20080630
|
|
#define DWC_VERSION_TIME 1906
|
|
#define DWC_VERSION_MAJOR 2
|
|
#define DWC_VERSION_MINOR 2
|
|
#define DWC_VERSION_RELSTEP 30008
|
|
#define DWC_VERSION_STRING "DWC2.2.30008.080630.1906_DWC_2_2_PLUS8"
|
|
|
|
#endif
|