1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00
elua/inc/version.h
Bogdan Marinescu 747da02673 - made the math lib configurable with the "platform libs" mechanism. This way one can have a floating point Lua (thus being able to use fundamental floating point operations), but without the
mathlib (sin, cos, tan and all the other functions from there).
- corrected "pwmled.lua" (removed a debug print)
- bumped version number to minor versn 0.4.1
2008-09-10 18:41:31 +00:00

10 lines
164 B
C

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