<?php
/**
* Class to indicate this version of the P4 library.
*
* @copyright 2011 Perforce Software. All rights reserved.
* @license Please see LICENSE.txt in top-level folder of this distribution.
* @version <release>/<patch>
*/
final class P4_Version
{
const VERSION = '1.0';
}