blob: b34a28b49ef813b478d6d3ca47d9c6bcc8fce3ed [file] [log] [blame]
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You 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.
*/
/**
* Autogenerated by Thrift Compiler (0.10.0)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
package org.apache.airavata.api;
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
public class airavata_apiConstants {
/**
* Airavata Interface Versions depend upon this Thrift Interface File. When making changes, please edit the
* Version Constants according to Semantic Versioning Specification (SemVer) http://semver.org.
*
* Note: The Airavata API version may be different from the Airavata software release versions.
*
* The Airavata API version is composed as a dot delimited string with major, minor, and patch level components.
*
* - Major: Incremented for backward incompatible changes. An example would be changes to interfaces.
* - Minor: Incremented for backward compatible changes. An example would be the addition of a new optional methods.
* - Patch: Incremented for bug fixes. The patch level should be increased for every edit that doesn't result
* in a change to major/minor version numbers.
*
*/
public static final java.lang.String AIRAVATA_API_VERSION = "0.18.0";
}