1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00
elua/inc/version.h
Dado Sutter 68bd22b9f7 - Minor doc editing
- Minor version string format change
- Version string changed "trunk pos0.7"
2010-06-25 18:51:24 +00:00

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