fix bug with profile code generation
This commit is contained in:
parent
bed070c736
commit
63446c17c4
|
@ -616,7 +616,7 @@ public class PECodeGenerator {
|
|||
private IWorkerContext workerContext;
|
||||
private String canonical;
|
||||
private String pkgName;
|
||||
private String version;
|
||||
private String version = "r5";
|
||||
|
||||
// options:
|
||||
private ExtensionPolicy extensionPolicy;
|
||||
|
|
Loading…
Reference in New Issue