mirror of
https://github.com/elua/elua.git
synced 2025-01-25 01:02:54 +08:00
10 lines
160 B
C
10 lines
160 B
C
// eLua version information
|
|
|
|
#ifndef __VERSION_H__
|
|
#define __VERSION_H__
|
|
|
|
#define ELUA_VERSION 0.4
|
|
#define ELUA_STR_VERSION "0.4"
|
|
|
|
#endif
|