diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2025-07-30 13:08:55 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2025-07-30 13:08:55 +0100 |
| commit | 7a9de783dd14a4f79b3ad30831fd7d3304fa4cb7 (patch) | |
| tree | d8001e7fe285cc05ce9a726153f6e99cd8071573 | |
| parent | 72e3e616fccbe9722129b9f1c11f53b0a686556d (diff) | |
| download | webtrees-2.2.3.tar.gz webtrees-2.2.3.tar.bz2 webtrees-2.2.3.zip | |
2.2.32.2.3
| -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 efd1118790..ad916a0311 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.3' . self::STABILITY; |
