]> git.mxchange.org Git - friendica.git/commitdiff
bump version
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 23 May 2023 20:03:05 +0000 (22:03 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 23 May 2023 20:03:05 +0000 (22:03 +0200)
VERSION
database.sql
src/App.php

diff --git a/VERSION b/VERSION
index fc8ec54549bc813950e766c9c80cc3ffbc0aa15b..e4a82cd8ec67e3eaf5df68c311efbaa07cefe822 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2023.05-rc
+2023.05
index 09d9c84f92745591a6cc3477ba6fad192de6dac9..6377222b0ba7cf75ead9c9e82392de068f357633 100644 (file)
@@ -1,5 +1,5 @@
 -- ------------------------------------------
--- Friendica 2023.05-rc (Giant Rhubarb)
+-- Friendica 2023.05 (Giant Rhubarb)
 -- DB_UPDATE_VERSION 1518
 -- ------------------------------------------
 
index bd9039ad0de0dcc39e6c983eb302d6c1b2eeffe7..e47054f55bf26b35e2953a76c5ef04bf0ec54de8 100644 (file)
@@ -64,7 +64,7 @@ class App
 {
        const PLATFORM = 'Friendica';
        const CODENAME = 'Giant Rhubarb';
-       const VERSION  = '2023.05-rc';
+       const VERSION  = '2023.05';
 
        // Allow themes to control internal parameters
        // by changing App values in theme.php