Class BwVersion

java.lang.Object
org.bedework.calfacade.BwVersion

public class BwVersion extends Object
This defines the current version
Author:
Mike Douglass
  • Field Details

    • bedeworkMajorVersion

      public static final int bedeworkMajorVersion
      When this changes - everything is different
      See Also:
    • bedeworkMinorVersion

      public static final int bedeworkMinorVersion
      When this changes - schema and api usually have significant changes
      See Also:
    • bedeworkUpdateVersion

      public static final int bedeworkUpdateVersion
      Minor functional updates
      See Also:
    • bedeworkPatchLevel

      public static final String bedeworkPatchLevel
      Patches which might introduce schema incompatibility if needed. Essentially a bug fix
    • bedeworkVersion

      public static final String bedeworkVersion
      Result of concatenating the above
    • prodId

      public static final String prodId
  • Constructor Details

    • BwVersion

      public BwVersion()