packageorg.apache.xml.fop.apps;/** * class representing the version of FOP. * * added at the request of Stefano Mazzocchi for use by Cocoon. */publicclassVersion{/** * get the version of FOP * * @return the version string */publicstaticStringgetVersion(){return"FOP 0.12.0pre5";}}