1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-23 23:32:55 +00:00

Releasing version 0.7.10.

This commit is contained in:
jespergravgaard 2019-09-09 00:20:55 +02:00
parent f22ebff0fb
commit 8d8dcd78fb
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ import java.util.concurrent.Callable;
descriptionHeading = "%nDescription:%n%n",
parameterListHeading = "%nParameters:%n",
optionListHeading = "%nOptions:%n",
version = "KickC 0.7.9 BETA (master)"
version = "KickC 0.7.10 BETA (master)"
)
public class KickC implements Callable<Void> {

View File

@ -1943,7 +1943,7 @@ public class TestPrograms {
//@Test
//public void testBcmod() throws IOException, URISyntaxException {
// compileAndCompare("complex/bcmod/bcmod", log());
// compileAndCompare("complex/bcmod/bcmod5h", log());
//}
@Test