litex/software/include/base/version.h
Sebastien Bourdeauducq 1a4a6eb445 Copy some software code from the original Milkymist SoC.
Libbase should keep its RAM usage to a minimum as it is meant to
be executed before the SDRAM is up and running. (Having lots of
code is OK though as we XIP from the flash)
2012-02-03 12:08:17 +01:00

6 lines
91 B
C

#ifndef __VERSION_H
#define __VERSION_H
#define VERSION "2.0-X"
#endif /* __VERSION_H */