mirror of
https://github.com/elua/elua.git
synced 2025-01-08 20:56:17 +08:00
10 lines
162 B
C
10 lines
162 B
C
// eLua version information
|
|
|
|
#ifndef __VERSION_H__
|
|
#define __VERSION_H__
|
|
|
|
#define ELUA_VERSION v0.8
|
|
#define ELUA_STR_VERSION "v0.8"
|
|
|
|
#endif
|