diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2026-01-13 13:12:45 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2026-01-13 13:12:45 +0000 |
| commit | 937aecee3e1876c404d7d4cd8557f2ef4478ca31 (patch) | |
| tree | 6495ff23d6901453656b805e23b670ad19adb147 | |
| parent | d533901f67cc03e4d088cf3adb3bae239f30a439 (diff) | |
| download | webtrees-2.2.5.tar.gz webtrees-2.2.5.tar.bz2 webtrees-2.2.5.zip | |
2.2.52.2.5
| -rw-r--r-- | app/Webtrees.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Webtrees.php b/app/Webtrees.php index a2c8b5ed45..540e59eaf1 100644 --- a/app/Webtrees.php +++ b/app/Webtrees.php @@ -132,7 +132,7 @@ class Webtrees public const int SCHEMA_VERSION = 45; // e.g. "-dev", "-alpha", "-beta", etc. - public const string STABILITY = '-dev'; + public const string STABILITY = ''; // Version number. public const string VERSION = '2.2.5' . self::STABILITY; |
