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

10 lines
178 B
C
Raw Normal View History

2008-07-29 11:08:54 +00:00
// eLua version information
#ifndef __VERSION_H__
#define __VERSION_H__
#define ELUA_VERSION trunk pos0.7
#define ELUA_STR_VERSION "trunk pos0.7"
2008-07-29 11:08:54 +00:00
#endif