Home
last modified time | relevance | path

Searched refs:hotfix (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/.github/
H A Drelease.php178 * @param string $hotfix
181 protected function increaseHotfix($hotfix) argument
183 if (empty($hotfix)) return 'a';
184 return substr($hotfix, 0, -1) . chr(ord($hotfix) + 1);