Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2021-11-26 23:49:32 +0300
committerGitHub <noreply@github.com>2021-11-26 23:49:32 +0300
commit0619207f13792250aea775a2c3133d41ab625980 (patch)
treeb66ece1425e4065dfb9a52b095d70254295adab4
parent842e22f8829227d54175656408c49729d786e7c8 (diff)
parentd5f6547fb89d8515118beab879467f2a26f7528c (diff)
Merge pull request #29925 from nextcloud/release/23.0.0v23.0.0
23.0.0
-rw-r--r--apps/settings/templates/settings/admin/overview.php2
-rw-r--r--version.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/apps/settings/templates/settings/admin/overview.php b/apps/settings/templates/settings/admin/overview.php
index a9f5ad0d77f..2f18038aa84 100644
--- a/apps/settings/templates/settings/admin/overview.php
+++ b/apps/settings/templates/settings/admin/overview.php
@@ -67,5 +67,5 @@
<div id="version" class="section">
<!-- should be the last part, so Updater can follow if enabled (it has no heading therefore). -->
<h2><?php p($l->t('Version'));?></h2>
- <p><strong><a href="<?php print_unescaped($theme->getBaseUrl()); ?>" rel="noreferrer noopener" target="_blank"><?php p($theme->getTitle()); ?></a> <?php p(OC_Util::getHumanVersion()) ?></strong></p>
+ <p><strong><a href="<?php print_unescaped($theme->getBaseUrl()); ?>" rel="noreferrer noopener" target="_blank"><?php p($theme->getProductName() === 'Nextcloud' ? 'Nextcloud Hub II' : $theme->getProductName()); ?></a> (<?php p(OC_Util::getHumanVersion()) ?>)</strong></p>
</div>
diff --git a/version.php b/version.php
index d60383e7758..a9821794f32 100644
--- a/version.php
+++ b/version.php
@@ -30,10 +30,10 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
-$OC_Version = [23, 0, 0, 9];
+$OC_Version = [23, 0, 0, 10];
// The human readable string
-$OC_VersionString = '23.0.0 RC3';
+$OC_VersionString = '23.0.0';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [