diff options
author | Mario <mario@mariovavti.com> | 2024-03-15 19:05:55 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-15 19:05:55 +0000 |
commit | 826ef11247b08d4803602fc735b1b0e9fd0191dc (patch) | |
tree | e15e0747a137d0602be0ffcd64cce385e6184521 /boot.php | |
parent | b68ddc4cd330a6806a5aeeb6f405eded425bc36b (diff) | |
download | volse-hubzilla-826ef11247b08d4803602fc735b1b0e9fd0191dc.tar.gz volse-hubzilla-826ef11247b08d4803602fc735b1b0e9fd0191dc.tar.bz2 volse-hubzilla-826ef11247b08d4803602fc735b1b0e9fd0191dc.zip |
bump dev version
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ require_once('include/selectors.php'); require_once('include/activities.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '9.0RC'); +define('STD_VERSION', '9.1'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1263); |