/*******************************************************************************
Copyright (c) 2014,2015, Oracle and/or its affiliates. All rights reserved.
$revision_history$
06-nov-2014 Steven Davelaar
1.1 initial creation
******************************************************************************/
package oracle.ateam.sample.mobile;
/**
* Store A-team Mobile Persistence Accelerator version and build number
*/
public interface Version
{
public static final String VERSION = "12.2.1.0.68";
}