fabric.common
Class Version

java.lang.Object
  extended by fabric.common.Version

public class Version
extends java.lang.Object

This encapsulates the version of Fabric. DO NOT EDIT THIS CLASS BY HAND! This is automatically generated by Ant. If you wish to change the version number, run one of the following: ant bump-version (Bumps the version number.) ant bump-major (Bumps the major version number.) ant bump-minor (Bumps the minor version number.) ant bump-patch (Bumps the patch level.)


Constructor Summary
Version()
           
 
Method Summary
 int major()
           
 int minor()
           
 int patch()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Version

public Version()
Method Detail

major

public int major()

minor

public int minor()

patch

public int patch()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object