mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
10 lines
194 B
C
10 lines
194 B
C
// version number
|
|
|
|
#ifndef __VERSION_H
|
|
#define __VERSION_H
|
|
|
|
#define KPicoMajorVersionNumber 0
|
|
#define KPicoMinorVersionNumber 96
|
|
#define KPicoBuildNumber 0
|
|
|
|
#endif /* __VERSION_H */
|