diff options
| author | Stefan Suchi <suchi@data-quest.de> | 2023-06-14 13:21:35 +0000 |
|---|---|---|
| committer | Stefan Suchi <suchi@data-quest.de> | 2023-06-14 13:21:35 +0000 |
| commit | d6b3f6cd736d41f825099c6158b7790939cdd0cd (patch) | |
| tree | 8d18f2467ba3efc35bfdf5f82d6cfd451e4bf55a | |
| parent | 38d6d7130a7341be5ae733380ba80c7508f3f593 (diff) | |
prepare release 5.3
| -rw-r--r-- | lib/bootstrap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bootstrap.php b/lib/bootstrap.php index d1d84b1..9bc37cd 100644 --- a/lib/bootstrap.php +++ b/lib/bootstrap.php @@ -13,7 +13,7 @@ const DEFAULT_ENV = 'production'; //software version - please leave it as it is! -$SOFTWARE_VERSION = '5.3.alpha-svn'; +$SOFTWARE_VERSION = '5.3'; // Store startup time $STUDIP_STARTUP_TIME = microtime(true); |
