Back to Changelog class

Method setVersion

public void
setVersion
(string $version)
Set the version to match.
Parameters
  • string $version The version to match
Returns
  • void
Since
  • 4.0.0
Class: Changelog
Project: Joomla

Method setVersion - Source code

/**
 * Set the version to match.
 *
 * @param   string  $version  The version to match
 *
 * @return  void
 *
 * @since   4.0.0
 */
public function setVersion(string $version)
{
    $this->matchVersion = $version;
}