diff options
-rw-r--r-- | enterprise/9/index.html | 1 | ||||
-rw-r--r-- | wizard/index.php | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/enterprise/9/index.html b/enterprise/9/index.html index 8411c5b6..f435f9f9 100644 --- a/enterprise/9/index.html +++ b/enterprise/9/index.html @@ -22,7 +22,6 @@ <div id="main"> <div id="content"> <h2>Enterprise Linux 9 - RHEL 8 (Plow) and Clones </h2> - <p>This is a <b>development</b> release.</p> <h3>remi-safe (only additonal packages for base repository and Software Collections)</h3> <ul class="pkglist"> diff --git a/wizard/index.php b/wizard/index.php index 6e83a08f..4a289bd1 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -98,7 +98,7 @@ $phpvers = [ ]; $phpname = [ ':devel' => 'Development version, not ready for production', - '8.2' => '8.2.0RC1 (GA planed for Nov/Dec 2022)', + '8.2' => '8.2.0RC2 (GA planed for Nov/Dec 2022)', ':stable' => 'Stable versions - usage recommended', '8.1' => '8.1.10 (active support until November 2023)', '8.0' => '8.0.23 (active support until November 2022)', |