com.vmware.photon.controller.model.constants.ReleaseConstants Maven / Gradle / Ivy
/*
* Copyright (c) 2015-2016 VMware, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed
* under the License is distributed on an "AS IS" BASIS, without warranties or
* conditions of any kind, EITHER EXPRESS OR IMPLIED. See the License for the
* specific language governing permissions and limitations under the License.
*/
package com.vmware.photon.controller.model.constants;
public class ReleaseConstants {
public static final int RELEASE_VERSION_0_5_1 = 051;
public static final int RELEASE_VERSION_0_5_6 = 056;
public static final int RELEASE_VERSION_0_5_7 = 057;
public static final int RELEASE_VERSION_0_5_8 = 58;
public static final int RELEASE_VERSION_0_5_9 = 59;
public static final int RELEASE_VERSION_0_6_1 = 61;
public static final int RELEASE_VERSION_0_6_6 = 66;
public static final int RELEASE_VERSION_0_6_10 = 610;
public static final int RELEASE_VERSION_0_6_11 = 611;
public static final int RELEASE_VERSION_0_6_12 = 612;
public static final int RELEASE_VERSION_0_6_13 = 613;
public static final int RELEASE_VERSION_0_6_14 = 614;
public static final int RELEASE_VERSION_0_6_15 = 615;
public static final int RELEASE_VERSION_0_6_16 = 616;
public static final int RELEASE_VERSION_0_6_17 = 617;
public static final int RELEASE_VERSION_0_6_18 = 618;
public static final int RELEASE_VERSION_0_6_19 = 619;
public static final int RELEASE_VERSION_0_6_23 = 623;
public static final int RELEASE_VERSION_0_6_31 = 631;
public static final int RELEASE_VERSION_0_6_33 = 633;
public static final int RELEASE_VERSION_0_6_36 = 636;
public static final int RELEASE_VERSION_0_6_42 = 642;
public static final int RELEASE_VERSION_0_6_44 = 644;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy