mirror of
https://github.com/LIV2/amiga-par-to-spi-adapter.git
synced 2025-12-06 06:32:46 +00:00
13 lines
182 B
C
13 lines
182 B
C
#ifndef VERSION_H_
|
|
#define VERSION_H_
|
|
|
|
#define NAME "spisd"
|
|
#define VERSION 2
|
|
#define REVISION 2
|
|
#define DATE "5.3.2023"
|
|
|
|
extern char device_name[];
|
|
extern char id_string[];
|
|
|
|
#endif
|