/* * mptVersion.h * * Created by Andrew Salamon on Wed Jun 7 2006. * * Copyright (c) 2006 Machine Perception Laboratory * University of California San Diego. * * Please read the disclaimer and notes about redistribution * at the end of this file. * */ /* Get the Subversion revision number and date. * Returns the rev number and date of the most recent update before the current app/library was built. * This is really for use by CERT. In the long run we probably want a more general solution that could * support multiple different revs for different parts of FeatureLearning. * The revision passed in by the build environment will be used, but if that's not present we fall back * to Subversion keywords in the file itself, but those will only be up-to-date if mptVersion.c was * updated immediately before building. * getCertRevision isn't necessarily accurate either, so the string version should be used when possible. */ int getCertRevision(); const char *getCertRevisionString(); char *getCertRevisionDate();