Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 64 → Rev 65

/pluggablejs/trunk/src/net/outlyer/plugins/API.java
33,7 → 33,7
* {@link http://www.gnu.org/software/libtool/manual.html#Versioning}, i.e.
* <pre>
* API version = "current"
* API revvision = "revision"
* API revision = "revision"
* API min_supported_revision = "current" - "age"
* </pre>
*
55,7 → 55,7
* existing ones neither remove any of them.
* @see #VERSION
*/
public static final int REVISION = 0;
public static final int REVISION = 1;
 
/**
* Number of previous Versions supported.