mirror of
https://gitlab.com/eql/lqml.git
synced 2026-01-25 22:10:56 -08:00
fix JS '>>>0' uint32 conversion in 'Lisp.call()'
This commit is contained in:
parent
5d29353718
commit
46434d914f
7 changed files with 40 additions and 25 deletions
|
|
@ -7,7 +7,7 @@
|
|||
#include <QQuickView>
|
||||
#include <QDebug>
|
||||
|
||||
const char LQML::version[] = "23.8.1"; // August 2023
|
||||
const char LQML::version[] = "23.9.1"; // September 2023
|
||||
|
||||
extern "C" void ini_LQML(cl_object);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue