diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2026-04-29 11:09:15 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2026-04-29 11:09:15 +0100 |
| commit | c1455b37082d8b6541dc6c3f42fa2a69c31473d4 (patch) | |
| tree | 97b4291e6951d25bfd1696eddfdd573cfcec29fe | |
| parent | 20980c9ffa4ef64243324eece42d09279b12b986 (diff) | |
| download | webtrees-2.2.6.tar.gz webtrees-2.2.6.tar.bz2 webtrees-2.2.6.zip | |
2.2.62.2.6
| -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 586a2db1f2..ca336dde50 100644 --- a/app/Webtrees.php +++ b/app/Webtrees.php @@ -133,7 +133,7 @@ class Webtrees public const int SCHEMA_VERSION = 46; // e.g. "-dev", "-alpha", "-beta", etc. - public const string STABILITY = '-dev'; + public const string STABILITY = ''; // Version number. public const string VERSION = '2.2.6' . self::STABILITY; |
