mirror of
https://github.com/elua/elua.git
synced 2025-01-08 20:56:17 +08:00
68bd22b9f7
- Minor version string format change - Version string changed "trunk pos0.7"
10 lines
178 B
C
10 lines
178 B
C
// eLua version information
|
|
|
|
#ifndef __VERSION_H__
|
|
#define __VERSION_H__
|
|
|
|
#define ELUA_VERSION trunk pos0.7
|
|
#define ELUA_STR_VERSION "trunk pos0.7"
|
|
|
|
#endif
|