@@ -1,3 +1,10 @@
+2018-12-13: 3.4.8
+
+ Bugfixes :
+ cpp : fixed safe-cast to interfaces
+ cpp : fixed object comparisons that rely on `__compare`
2018-02-21: 3.4.7
Bugfixes:
@@ -20,7 +20,7 @@ type platform =
| Python
| Hl
-let version = 3407
+let version = 3408
let version_major = version / 1000
let version_minor = (version mod 1000) / 100
let version_revision = (version mod 100)