1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00
elua/inc/version.h
2010-01-25 23:43:05 +00:00

10 lines
160 B
C

// eLua version information
#ifndef __VERSION_H__
#define __VERSION_H__
#define ELUA_VERSION 0.7
#define ELUA_STR_VERSION "0.7"
#endif