Version.php #1

  • //
  • guest/
  • perforce_software/
  • chronicle/
  • main/
  • library/
  • P4/
  • Version.php
  • View
  • Commits
  • Open Download .zip Download (300 B)
<?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';
}
# Change User Description Committed
#1 16170 perforce_software Move Chronicle files to follow new path scheme for branching.
//guest/perforce_software/chronicle/library/P4/Version.php
#1 8972 Matt Attaway Initial add of the Chronicle source code