diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2026-01-13 12:45:16 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2026-01-13 13:03:36 +0000 |
| commit | dd64b222174ae9dd21083f8c4551462c6b176595 (patch) | |
| tree | b02317bc612a0afcb21752df725eadfe307f130c | |
| parent | 2de76a327318020950a9f325c18c19fa66c6e109 (diff) | |
| download | webtrees-2.1.26.tar.gz webtrees-2.1.26.tar.bz2 webtrees-2.1.26.zip | |
2.1.262.1.26
| -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 76d2f4d7ad..9daab426ff 100644 --- a/app/Webtrees.php +++ b/app/Webtrees.php @@ -142,7 +142,7 @@ class Webtrees public const SCHEMA_VERSION = 45; // e.g. "-dev", "-alpha", "-beta", etc. - public const STABILITY = '-dev'; + public const STABILITY = ''; // Version number. public const VERSION = '2.1.26' . self::STABILITY; |
