diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2025-08-04 18:12:52 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2025-08-04 18:12:52 +0100 |
| commit | 18bf6a4e4f6811ac9d5b342b163b061e58e628a0 (patch) | |
| tree | 87782800389f6745e47e54438403affdc7ced8b9 | |
| parent | da8fcbcc683b185daba2d0914ac2ece59e733916 (diff) | |
| download | webtrees-2.2.4.tar.gz webtrees-2.2.4.tar.bz2 webtrees-2.2.4.zip | |
2.2.42.2.4
| -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 b784d81869..7661f7f45e 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.4' . self::STABILITY; |
