@@ -6387,7 +6387,7 @@ End If
If key.count > 0 Then
Emit "static BBString " + key.id + "={"
Emit "&bbStringClass,"
- 'Emit "2147483647,"
+ Emit bmx_gen_hash(s) + ","
Emit s.length + ","
Local t:String = "{"
@@ -25,7 +25,7 @@ SuperStrict
Import "base.configmap.bmx"
-Const version:String = "0.124"
+Const version:String = "0.125"
Const BUILDTYPE_APP:Int = 0
Const BUILDTYPE_MODULE:Int = 1