What command and Java
November 17, 2013
We have our Java code marked with a version constant, where the value is prefixed by @(#)
:
public static final String __VERSION__ = "@(#)$Id$";
This is expanded by CVS automatically at commit time, so it contains the cvs file version - something like:
public static final String __VERSION__ …