10 lines
145 B
C
Executable File
10 lines
145 B
C
Executable File
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
#define BLUE_MSX_VERSION_MAJOR 2
|
|
#define BLUE_MSX_VERSION_MINOR 8
|
|
|
|
#define BLUE_MSX_VERSION "2.8.3"
|
|
|
|
#endif
|