Exit beta and move revision to an official 1.0 release.

This commit is contained in:
mfeemster
2016-06-17 17:19:13 -07:00
parent b328cc6a01
commit f8133c73bf
12 changed files with 166 additions and 118 deletions

View File

@ -40,7 +40,7 @@ static void sincos(float x, float* s, float* c)
namespace EmberNs
{
#define EMBER_VERSION "0.9.9.6"
#define EMBER_VERSION "1.0.0.0"
#define EPS6 T(1e-6)
#define EPS std::numeric_limits<T>::epsilon()//Apoplugin.h uses -20, but it's more mathematically correct to do it this way.
#define ISAAC_SIZE 4