We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d826012 commit 6e804e5Copy full SHA for 6e804e5
1 file changed
PSOATransRun/src/main/java/org/ruleml/psoa/psoatransrun/PSOATransRun.java
@@ -107,7 +107,7 @@ else if (lang.equalsIgnoreCase("tptp"))
107
{
108
systemInstantiation = "[PSOA2TPTP,VampirePrime]";
109
}
110
- return "PSOATransRun" + "1.5" + systemInstantiation;
+ return "PSOATransRun" + "1.5.1" + systemInstantiation;
111
112
113
/***
0 commit comments