update_version_numbers.php
This is an internal development file. It should NOT be included in any SMF distribution packages.
This file updates version numbers and copyright years in any SMF files that need it in order to prepare for a new release.
To automatically increment the version number, run this file on the CLI like this:
php -f other/update_version_numbers.php
To manually specify a version string, do this:
php -f other/update_version_numbers.php 'version_string_here'
Note: manually specifying a version string should only be needed when changing from alpha to beta, from beta to release candidate, or from release candidate to release version.
Simple Machines Forum (SMF)
Tags
Table of Contents
Functions
- getFiles() : array<string|int, mixed>
Functions
getFiles()
getFiles(string $dir) : array<string|int, mixed>
Parameters
- $dir : string