package de.haukerehfeld.quakeinjector;
public final class BuildCommit {
// this is so you can work in eclipse without having to run an ant build.
// this file will be overwritten by an ant build with a real version string.
public static final String buildCommit = "";
}