Clean up and stylistic changes after merging in https://github.com/JetBrains/kotlin/pull/55

This commit is contained in:
pTalanov
2012-05-15 18:23:28 +04:00
parent e0be72d5b5
commit b9b9e46275
11 changed files with 183 additions and 111 deletions
@@ -22,5 +22,5 @@ package org.jetbrains.jet.cli.common;
public class CompilerVersion {
// The value of this constant is generated by the build script
// DON'T MODIFY IT
public static final String VERSION = "snapshot";
public static final String VERSION = "@snapshot@";
}