Final migration commit

Update versions to match the last commit on Google code. All subsequent
commits will be on GH.
This commit is contained in:
mfeemster
2014-07-09 21:07:22 -07:00
parent d04ceb84a8
commit 1884934b9d
8 changed files with 17 additions and 17 deletions

View File

@ -25,7 +25,7 @@ namespace EmberNs
extern void sincos(double x, double *s, double *c);
#endif
#define EMBER_VERSION "0.4.0.3"
#define EMBER_VERSION "0.4.0.4"
#define EPS6 T(1e-6)
#define EPS T(1e-10)//Apoplugin.h uses -20, but -10 seems to work fine.
#define ISAAC_SIZE 4