Documentation

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
author

Simple Machines https://www.simplemachines.org

copyright

2025 Simple Machines and individual contributors

license

https://www.simplemachines.org/about/smf/license.php BSD

version
3.0

Alpha 2

Table of Contents

Functions

getFiles()  : array<string|int, mixed>

Functions

getFiles()

getFiles(string $dir) : array<string|int, mixed>
Parameters
$dir : string
Return values
array<string|int, mixed>

        
On this page

Search results