mirror of
https://github.com/elua/elua.git
synced 2025-01-08 20:56:17 +08:00
747da02673
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
10 lines
164 B
C
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
|