mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
6 lines
89 B
C
6 lines
89 B
C
#ifndef __VERSION_H
|
|
#define __VERSION_H
|
|
|
|
#define VERSION "2.0"
|
|
|
|
#endif /* __VERSION_H */
|