10 lines
176 B
C
10 lines
176 B
C
#ifndef _dswifi_version_h_
|
|
#define _dswifi_version_h_
|
|
|
|
#define DSIWIFI_MAJOR 0
|
|
#define DSIWIFI_MINOR 1
|
|
#define DSIWIFI_REVISION 0
|
|
|
|
#define DSIWIFI_VERSION "0.1.0"
|
|
#endif
|