new version number 19.9.1: modules can now be integrated statically (needed for iOS; for experts only!)

This commit is contained in:
polos 2019-09-28 10:25:49 +02:00
parent ae674491e1
commit eb9eba1869
56 changed files with 918 additions and 824 deletions

View file

@ -8,7 +8,7 @@
#include <QTimer>
#include <QStringList>
const char EQL::version[] = "19.2.1"; // February 2019
const char EQL::version[] = "19.9.1"; // September 2019
extern "C" void ini_EQL(cl_object);